Files
libakgl/include/sdl3game/assets.h

9 lines
140 B
C
Raw Normal View History

#ifndef _ASSETS_H_
#define _ASSETS_H_
#include <akerror.h>
ErrorContext ERROR_NOIGNORE *load_start_bgm(char *fname);
#endif //_ASSETS_H_