mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-04 22:40:05 +00:00
Include CNStructs in settings.cpp so the ACADEMY define gets picked up
This commit is contained in:
parent
124ea33959
commit
919c14be0d
@ -2,6 +2,9 @@
|
||||
#include "settings.hpp"
|
||||
#include "INIReader.hpp"
|
||||
|
||||
// so we get the ACADEMY definition
|
||||
#include "core/CNStructs.hpp"
|
||||
|
||||
// defaults :)
|
||||
int settings::VERBOSITY = 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user