Files
TopTeamBedrijfssimulaties-S…/config.hpp.in
2022-11-12 19:02:52 +01:00

10 lines
216 B
C++

#define VERSION_MAJOR @VERSION_MAJOR
#define VERSION_MINOR @VERSION_MINOR
#define CONFIG_USE_IN_APP 1
#define CONFIG_USE_FILE 2
#define CONFIG_USE_MYSQL 3
#define storageType CONFIG_USE_MYSQL
#define enableDebug 1