Files
ac-decomp/include/m_cpedit_ovl_h.h
2024-10-23 18:57:24 -04:00

17 lines
187 B
C

#ifndef M_CPEDIT_OVL_H_H
#define M_CPEDIT_OVL_H_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct cpedit_ovl_s mCE_Ovl_c;
#ifdef __cplusplus
}
#endif
#endif