Files
ac-decomp/include/m_needlework_ovl_h.h
2024-10-17 16:34:42 -04:00

17 lines
199 B
C

#ifndef M_NEEDLEWORK_OVL_H_H
#define M_NEEDLEWORK_OVL_H_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct needlework_ovl_s mNW_Ovl_c;
#ifdef __cplusplus
}
#endif
#endif