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:
@@ -7,7 +7,7 @@
|
||||
#include "GameInput.h"
|
||||
#include "IniFile.h"
|
||||
|
||||
class Game;
|
||||
struct Game;
|
||||
struct NoteSkinData;
|
||||
|
||||
/** @brief Loads note skins. */
|
||||
|
||||
Reference in New Issue
Block a user