GodMode9i/arm9/source/dumpOperations.h
Pk11 5437be1a2e
Add save file restoring (#68)
* Remove `using namespace std`

* Improve extension function and use more

* Add save restoring

and remove fstream to save ~300KB
2020-08-20 19:09:20 -06:00

10 lines
153 B
C

#ifndef DUMPING_H
#define DUMPING_H
void ndsCardSaveRestore(const char *filename);
void ndsCardDump(void);
void gbaCartDump(void);
#endif //DUMPING_H