Move inclusion of RageLog to top of file so entire file can use it. This fixes compilation on all platforms.
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
#include "ProductInfo.h"
|
#include "ProductInfo.h"
|
||||||
#include "Foreach.h"
|
#include "Foreach.h"
|
||||||
#include "Preference.h"
|
#include "Preference.h"
|
||||||
|
#include "RageLog.h"
|
||||||
|
|
||||||
#define DEFAULTS_INI_PATH "Data/Defaults.ini" // these can be overridden
|
#define DEFAULTS_INI_PATH "Data/Defaults.ini" // these can be overridden
|
||||||
#define STEPMANIA_INI_PATH "Data/StepMania.ini" // overlay on Defaults.ini, contains the user's choices
|
#define STEPMANIA_INI_PATH "Data/StepMania.ini" // overlay on Defaults.ini, contains the user's choices
|
||||||
@@ -851,8 +852,6 @@ public:
|
|||||||
LUA_REGISTER_CLASS( PrefsManager )
|
LUA_REGISTER_CLASS( PrefsManager )
|
||||||
// lua end
|
// lua end
|
||||||
|
|
||||||
|
|
||||||
#include "RageLog.h"
|
|
||||||
#include "LuaFunctions.h"
|
#include "LuaFunctions.h"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user