mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-31 01:11:15 +00:00
- renamed the remaining file system access wrappers in cache1d.h
This commit is contained in:
parent
749eda32c5
commit
30cbcb54b1
21 changed files with 65 additions and 90 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue