Identify chrFindByLiteralId

This commit is contained in:
Ryan Dwyer
2019-10-20 23:16:05 +10:00
parent e98bbf6b61
commit 9f25c81854
3 changed files with 21 additions and 20 deletions
+1
View File
@@ -3,6 +3,7 @@
#include <ultra64.h>
#include "constants.h"
struct chrdata *chrFindByLiteralId(u8 chrnum);
struct chrdata *chrFindById(struct chrdata *data, u8 chrnum);
float chrGetTimer(struct chrdata *chr);