Added a missing forward class declaration to fix the psp build. I'm surprised that VS2010 didn't complain...
This commit is contained in:
@@ -21,6 +21,8 @@ using std::string;
|
|||||||
class WStyle;
|
class WStyle;
|
||||||
class StyleManager;
|
class StyleManager;
|
||||||
class Player;
|
class Player;
|
||||||
|
class GameApp;
|
||||||
|
|
||||||
|
|
||||||
class Options {
|
class Options {
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user