Files
ac-decomp/include/m_music_ovl_h.h
T
2023-08-07 21:45:53 -04:00

17 lines
188 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_Overlay_c;
#ifdef __cplusplus
}
#endif
#endif