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

17 lines
187 B
C

#ifndef M_HANIWA_OVL_H_H
#define M_HANIWA_OVL_H_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct haniwa_ovl_s mHW_Ovl_c;
#ifdef __cplusplus
}
#endif
#endif