Files
ac-decomp/include/m_hand_ovl_h.h
T
2024-04-17 10:19:53 -04:00

17 lines
181 B
C

#ifndef M_HAND_OVL_H_H
#define M_HAND_OVL_H_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct hand_ovl_s mHD_Ovl_c;
#ifdef __cplusplus
}
#endif
#endif