- renamed the remaining file system access wrappers in cache1d.h

This commit is contained in:
Christoph Oelckers 2019-12-07 10:31:27 +01:00
parent 749eda32c5
commit 30cbcb54b1
21 changed files with 65 additions and 90 deletions

View file

@ -30,6 +30,6 @@ BEGIN_SW_NS
#define ANIM_SUMO 2
#define ANIM_ZILLA 3
unsigned char *LoadAnm(short anim_num);
unsigned char *LoadAnm(short anim_num, int *);
void playanm(short anim_num);
END_SW_NS