]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.h
removing a debug cout
[lugaru.git] / Source / Game.h
index 5243716ac2e890dcac5062c184d86cafff13d586..70fdb9271fce172e39bfef49951f5ba65a8b8458 100644 (file)
@@ -59,6 +59,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include "Account.h"
 #include "Sounds.h"
 
+#define NB_CAMPAIGN_MENU_ITEM 7
+
 extern GLuint rabbittexture;
 
 struct TextureInfo;
@@ -89,13 +91,8 @@ class Game
                float selectedlong[100];
                float offsetx[100];
                float offsety[100];
-               float movex[100];
-               float movey[100];
-               float transition;
-               int anim;
                int selected;
                int keyselect;
-               int loaddistrib;
                int indemo;
 
                bool won;
@@ -226,6 +223,7 @@ class Game
                void LoadStuff();
                void LoadingScreen();
                void LoadCampaign();
+               static std::vector<std::string> ListCampaigns();
                void FadeLoadingScreen(float howmuch);
                void Dispose();
                int DrawGLScene(StereoSide side);