Files
ac-decomp/include/m_birthday_ovl_h.h
2023-12-14 20:24:25 -05:00

17 lines
193 B
C

#ifndef M_BIRTHDAY_OVL_H_H
#define M_BIRTHDAY_OVL_H_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct birthday_ovl_s mBR_Ovl_c;
#ifdef __cplusplus
}
#endif
#endif