Phyks (Lucas Verney)
345383e3a5
Now using 3 tempo values, updated Bliss version. _Note_: You should rebuild your database after upgrading to this commit. Next major breaking changes will be handled by dedicated update scripts to avoid having to rebuild the entire database.
8 lines
123 B
C
8 lines
123 B
C
#ifndef CONSTANTS_H
|
|
#define CONSTANTS_H
|
|
|
|
#define DEFAULT_STRING_LENGTH 10000
|
|
#define VERSION "0.1"
|
|
|
|
#endif // CONSTANTS_H
|