9 lines
146 B
C
9 lines
146 B
C
#ifndef _ASSETS_H_
|
|
#define _ASSETS_H_
|
|
|
|
#include <akerror.h>
|
|
|
|
akerr_ErrorContext AKERR_NOIGNORE *load_start_bgm(char *fname);
|
|
|
|
#endif //_ASSETS_H_
|