mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-07 19:00:41 -04:00
Decompile chrSetFlagsById
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user