Files
ac-decomp/include/m_calendar_ovl_h.h
2025-04-07 16:29:39 -04:00

17 lines
193 B
C

#ifndef M_CALENDAR_OVL_H_H
#define M_CALENDAR_OVL_H_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct calendar_ovl_s mCD_Ovl_c;
#ifdef __cplusplus
}
#endif
#endif