summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-10-29 12:08:11 +0100
committerTreeki <treeki@gmail.com>2012-10-29 12:08:11 +0100
commit4e43d350d71fcbd90bc8e647aa53fc5152bb1de8 (patch)
tree16d2c84eab74a0b8eb26d58bc0050c2d8b7cd82c /include
parentdd90d6a3cbd0288a1138122106b9f4f819f5bbba (diff)
downloadkamek-4e43d350d71fcbd90bc8e647aa53fc5152bb1de8.tar.gz
kamek-4e43d350d71fcbd90bc8e647aa53fc5152bb1de8.zip
quick API update, and flipblock finished
Diffstat (limited to '')
-rwxr-xr-xinclude/game.h3
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 {