GodMode9i/arm9/source/hexEditor.h

7 lines
96 B
C

#ifndef HEX_EDITOR_H
#define HEX_EDITOR_H
void hexEditor(const char *path, int drive);
#endif