Files
libakgl/include/sdl3game/assets.h

9 lines
151 B
C
Raw Normal View History

#ifndef _ASSETS_H_
#define _ASSETS_H_
#include <akerror.h>
akerr_ErrorContext AKERR_NOIGNORE *akgl_load_start_bgm(char *fname);
#endif //_ASSETS_H_