mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
7 lines
85 B
C
7 lines
85 B
C
#ifndef HEX_EDITOR_H
|
|
#define HEX_EDITOR_H
|
|
|
|
void hexEditor(const char *path);
|
|
|
|
#endif
|