Refactored code out into multiple files
This commit is contained in:
7
src/assets.h
Normal file
7
src/assets.h
Normal 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_
|
||||
Reference in New Issue
Block a user