Jeck - Some warnings cleanup.

This commit is contained in:
wagic.jeck
2009-08-28 05:40:10 +00:00
parent e5bbbb358f
commit d1f6cdcd96
7 changed files with 51 additions and 66 deletions

View File

@@ -52,7 +52,7 @@ class GameStateMenu: public GameState, public JGuiListener
virtual void Render();
virtual void ButtonPressed(int controllerId, int controlId);
int nextDirectory(char * root, char * file); // Retrieves the next directory to have matching file
int nextDirectory(const char * root, const char * file); // Retrieves the next directory to have matching file
void resetDirectory();
void createUsersFirstDeck(int setId);
virtual ostream& toString(ostream& out) const;