Files
ac-decomp/include/m_map_ovl_h.h
T
2025-05-27 17:47:09 -04:00

17 lines
182 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_Ovl_c;
#ifdef __cplusplus
}
#endif
#endif