mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
* Remove `using namespace std` * Improve extension function and use more * Add save restoring and remove fstream to save ~300KB
10 lines
153 B
C
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
|