diff options
author | Treeki <treeki@gmail.com> | 2012-10-29 12:08:11 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-10-29 12:08:11 +0100 |
commit | 4e43d350d71fcbd90bc8e647aa53fc5152bb1de8 (patch) | |
tree | 16d2c84eab74a0b8eb26d58bc0050c2d8b7cd82c /include | |
parent | dd90d6a3cbd0288a1138122106b9f4f819f5bbba (diff) | |
download | kamek-4e43d350d71fcbd90bc8e647aa53fc5152bb1de8.tar.gz kamek-4e43d350d71fcbd90bc8e647aa53fc5152bb1de8.zip |
quick API update, and flipblock finished
Diffstat (limited to '')
-rwxr-xr-x | include/game.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h index bb64d4e..5dd8aa5 100755 --- a/include/game.h +++ b/include/game.h @@ -1882,6 +1882,9 @@ public: bool hasUninitialisedProcesses(); // 80162B60
fBase_c *findNextUninitialisedProcess();
+
+ static fBase_c *search(Actors name, fBase_c *previous = 0);
+ static fBase_c *search(u32 id);
};
class dBase_c : public fBase_c {
|