This commit is contained in:
parent
98a2014037
commit
ee30817b75
5 changed files with 34 additions and 20 deletions
|
@ -36,11 +36,12 @@
|
|||
class CPaulScene : public CScene
|
||||
{
|
||||
public:
|
||||
void init();
|
||||
void shutdown();
|
||||
void render();
|
||||
void think(int _frames);
|
||||
char *getSceneName() {return"PaulsScene";}
|
||||
void init();
|
||||
void shutdown();
|
||||
void render();
|
||||
void think(int _frames);
|
||||
int readyToShutdown() {return false;}
|
||||
char *getSceneName() {return"PaulsScene";}
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue