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:
Ben Anderson
2005-03-13 16:04:06 +00:00
parent d466d31196
commit acbc1ee8bf
+1 -2
View File
@@ -10,6 +10,7 @@
#include "ProductInfo.h"
#include "Foreach.h"
#include "Preference.h"
#include "RageLog.h"
#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
@@ -851,8 +852,6 @@ public:
LUA_REGISTER_CLASS( PrefsManager )
// lua end
#include "RageLog.h"
#include "LuaFunctions.h"