Added a missing forward class declaration to fix the psp build. I'm surprised that VS2010 didn't complain...

This commit is contained in:
wrenczes@gmail.com
2011-04-21 05:51:21 +00:00
parent 920282017b
commit d212f08618

View File

@@ -21,6 +21,8 @@ using std::string;
class WStyle;
class StyleManager;
class Player;
class GameApp;
class Options {
public: