mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-06-19 03:05:43 -04:00
11 lines
200 B
C
11 lines
200 B
C
#ifndef DUMPING_H
|
|
#define DUMPING_H
|
|
|
|
void ndsCardSaveRestore(const char *filename);
|
|
void gbaCartSaveRestore(const char *filename);
|
|
|
|
void ndsCardDump(void);
|
|
void gbaCartDump(void);
|
|
|
|
#endif //DUMPING_H
|