diff options
Diffstat (limited to 'include')
-rwxr-xr-x | include/game.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/game.h b/include/game.h index cca0fac..d9581b6 100755 --- a/include/game.h +++ b/include/game.h @@ -346,7 +346,6 @@ public: class dStage32C_c {
public:
- dStage32C_c();
u32 bulletData1;
u32 bulletData2;
@@ -374,8 +373,6 @@ public: u8 _171[3];
u32 pokeyTimer;
- void setup();
-
static dStage32C_c *instance;
};
|