diff options
Diffstat (limited to 'include')
-rwxr-xr-x | include/game.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h index 13e5be2..152c864 100755 --- a/include/game.h +++ b/include/game.h @@ -853,6 +853,8 @@ public: fBase_c *GetParent();
fBase_c *GetChild();
fBase_c *GetNext();
+
+ bool hasUninitialisedProcesses(); // 80162B60
};
class dBase_c : public fBase_c {
|