GodMode9i/arm9/source/hexEditor.h
2021-11-22 16:16:48 -06:00

9 lines
128 B
C

#ifndef HEX_EDITOR_H
#define HEX_EDITOR_H
#include "driveOperations.h"
void hexEditor(const char *path, Drive drive);
#endif