GodMode9i/arm9/source/hexEditor.h
2021-03-09 00:23:19 -06:00

7 lines
85 B
C

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