From d212f086187f4d45c091f62c2e8640c80186bbb6 Mon Sep 17 00:00:00 2001 From: "wrenczes@gmail.com" Date: Thu, 21 Apr 2011 05:51:21 +0000 Subject: [PATCH] Added a missing forward class declaration to fix the psp build. I'm surprised that VS2010 didn't complain... --- projects/mtg/include/GameOptions.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/mtg/include/GameOptions.h b/projects/mtg/include/GameOptions.h index cddbf3c33..88f1cbb4e 100644 --- a/projects/mtg/include/GameOptions.h +++ b/projects/mtg/include/GameOptions.h @@ -21,6 +21,8 @@ using std::string; class WStyle; class StyleManager; class Player; +class GameApp; + class Options { public: