#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