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 StyleManager;
|
||||
class Player;
|
||||
class GameApp;
|
||||
|
||||
|
||||
class Options {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user