GodMode9i/arm9/source/dumpOperations.h
2021-11-02 18:38:31 -05:00

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