Skip to content

Commit

Permalink
strings are hard
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 11, 2017
1 parent 0910fea commit 31ce05d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file modified extern/MinaCalc/MinaCalc.a
Binary file not shown.
Binary file modified extern/MinaCalc/MinaCalc.lib
Binary file not shown.
3 changes: 1 addition & 2 deletions src/MinaCalc.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,4 @@ class Calc {

MINACALC_API vector<float> MinaSDCalc(const vector<NoteInfo>& NoteInfo, int numTracks, float musicrate, float goal, float timingscale, bool negbpms);
MINACALC_API MinaSD MinaSDCalc(const vector<NoteInfo>& NoteInfo, int numTracks, float goal, float timingscale, bool negbpms);
MINACALC_API int GetCalcVersion();
MINACALC_API string MinaCalc2(MinaSD& output, vector<NoteInfo2>& NoteInfo, float musicrate, float goal);
MINACALC_API int GetCalcVersion();

0 comments on commit 31ce05d

Please sign in to comment.