Refactored code out into multiple files

This commit is contained in:
2024-12-07 21:05:33 -05:00
parent a907c0fd8b
commit b6a999ddf5
10 changed files with 248 additions and 170 deletions

7
src/assets.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef _ASSETS_H_
#define _ASSETS_H_
void load_frame_from_image(char *fname, GAME_frame *frame);
void load_start_bgm(char *fname);
#endif //_ASSETS_H_