Files
ac-decomp/include/m_haniwaPortrait_ovl_h.h
T
2023-12-06 19:04:13 -05:00

17 lines
211 B
C

#ifndef M_HANIWAPORTRAIT_OVL_H_H
#define M_HANIWAPORTRAIT_OVL_H_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct haniwaPortrait_ovl_s mHP_Ovl_c;
#ifdef __cplusplus
}
#endif
#endif