#include <csrpg.h>
Public Methods | |
void | titleScreen () |
displays title screen. | |
void | gameLoop () |
the game's main loop. | |
CGame () | |
the game's constructor; files/scripts loaded here. | |
~CGame () | |
the game's destructor; crap is cleared. |
The only functions that are public are gameLoop() which should be called ASAP if you wish to begin a game, after generating an object of type CGame.
Oops, almost forgot: there's titleScreen() too so you can at least display our title screen and loop if you want. I recommend not, it's a very boring title.