This commit is contained in:
Paul 2001-03-31 18:22:38 +00:00
parent ae3e0482ea
commit 48a884f3f0
12 changed files with 174 additions and 27 deletions

View file

@ -81,6 +81,7 @@ public:
virtual void enter() {;}
virtual void think() {;}
virtual void render() {;}
virtual void renderModeUi() {;} // Ui specific to this mode (eg: ammo)
int getPadInputHeld();
int getPadInputDown();