Files
2024-10-17 16:34:42 -04:00

17 lines
184 B
C

#ifndef M_MUSIC_OVL_H_H
#define M_MUSIC_OVL_H_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct music_ovl_s mMU_Ovl_c;
#ifdef __cplusplus
}
#endif
#endif