Decompile chrSetFlagsById

This commit is contained in:
Ryan Dwyer
2019-11-02 16:21:52 +10:00
parent 15c5b4061e
commit b11b9362a4
3 changed files with 10 additions and 20 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#include "constants.h"
struct chrdata *chrFindByLiteralId(u8 chrnum);
struct chrdata *chrFindById(struct chrdata *data, u8 chrnum);
struct chrdata *chrFindById(struct chrdata *data, u32 chrnum);
float chrGetTimer(struct chrdata *chr);