mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
8 lines
119 B
C
8 lines
119 B
C
#ifndef DUMPING_H
|
|
#define DUMPING_H
|
|
|
|
extern void ndsCardDump(void);
|
|
extern void gbaCartDump(void);
|
|
|
|
#endif //DUMPING_H
|