mirror of
https://github.com/ApacheThunder/GBA-Exploader.git
synced 2025-06-18 11:35:38 -04:00
10 lines
104 B
C
10 lines
104 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern void header_rep(u8 *rwbuf);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|