Files
ac-decomp/include/m_mscore_ovl_h.h
2024-10-28 02:50:45 -04:00

17 lines
187 B
C

#ifndef M_MSCORE_OVL_H_H
#define M_MSCORE_OVL_H_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct mscore_ovl_s mMS_Ovl_c;
#ifdef __cplusplus
}
#endif
#endif