mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-22 05:20: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 "settings.hpp"
|
||||||
#include "INIReader.hpp"
|
#include "INIReader.hpp"
|
||||||
|
|
||||||
|
// so we get the ACADEMY definition
|
||||||
|
#include "core/CNStructs.hpp"
|
||||||
|
|
||||||
// defaults :)
|
// defaults :)
|
||||||
int settings::VERBOSITY = 1;
|
int settings::VERBOSITY = 1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user