Freeing display list allocations

This commit is contained in:
jaburns
2020-10-27 13:26:58 -06:00
parent 71e918a01e
commit c74ab070e6
13 changed files with 118 additions and 98 deletions
+3 -2
View File
@@ -5,6 +5,7 @@
#include "decomp/include/types.h"
extern struct Animation *gLibSm64MarioAnimations;
extern struct Animation *g_libsm64_mario_animations;
extern void load_mario_anims_from_rom( uint8_t *rom );
extern void load_mario_anims_from_rom( uint8_t *rom );
extern void unload_mario_anims( void );