Files
ac-decomp/include/m_map_ovl_h.h
T
2023-06-27 01:13:20 -04:00

17 lines
186 B
C

#ifndef M_MAP_OVL_H_H
#define M_MAP_OVL_H_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct map_overlay_s mMP_Overlay_c;
#ifdef __cplusplus
}
#endif
#endif