mirror of
https://github.com/ApacheThunder/GBA-Exploader.git
synced 2025-06-19 03:55:41 -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
|