Apparently MSVC is convinced that there's an important, linking-breaking difference between classes and structs. (Bug#1093, Thanks root670 for the patch!)
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
#define GAMEMANAGER_H
|
||||
|
||||
class Style;
|
||||
class Game;
|
||||
struct Game;
|
||||
struct lua_State;
|
||||
|
||||
#include "GameConstantsAndTypes.h"
|
||||
|
||||
Reference in New Issue
Block a user