Files
ac-decomp/include/m_submenu_ovl_h.h
2023-06-23 15:40:53 -04:00

17 lines
202 B
C

#ifndef M_SUBMENU_OVL_H_H
#define M_SUBMENU_OVL_H_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct submenu_overlay_s Submenu_Overlay_c;
#ifdef __cplusplus
}
#endif
#endif