Files
ac-decomp/include/m_notice_ovl_h.h
2023-12-10 21:25:34 -05:00

17 lines
187 B
C

#ifndef M_NOTICE_OVL_H_H
#define M_NOTICE_OVL_H_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct notice_ovl_s mNT_Ovl_c;
#ifdef __cplusplus
}
#endif
#endif