Files
2024-10-22 22:13:53 -04:00

17 lines
178 B
C

#ifndef M_GBA_OVL_H_H
#define M_GBA_OVL_H_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct gba_ovl_s mGB_Ovl_c;
#ifdef __cplusplus
}
#endif
#endif