diff options
Diffstat (limited to '')
-rwxr-xr-x | include/game.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h index ccc8fee..99a064a 100755 --- a/include/game.h +++ b/include/game.h @@ -1436,6 +1436,7 @@ public: u8 _ED[3]; //FIXME
};
+
class freezeMgr_c {
public:
u32 some_count;
|