This commit is contained in:
Paul 2000-10-19 15:40:24 +00:00
parent fd06495937
commit 5803cd54f1
7 changed files with 14 additions and 11 deletions

View file

@ -39,7 +39,7 @@ public:
void init();
void shutdown();
void render();
void think();
void think(int _frames);
char *getSceneName() {return"PaulsScene";}
};