Files
ac-decomp/include/m_editor_ovl_h.h
T
2023-11-18 20:34:42 -05:00

17 lines
187 B
C

#ifndef M_EDITOR_OVL_H_H
#define M_EDITOR_OVL_H_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct editor_ovl_s mED_Ovl_c;
#ifdef __cplusplus
}
#endif
#endif