GBA-Exploader/arm9/source/header_rep.h
2024-05-08 00:50:01 -05:00

10 lines
104 B
C

#ifdef __cplusplus
extern "C" {
#endif
extern void header_rep(u8 *rwbuf);
#ifdef __cplusplus
}
#endif