mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
9 lines
128 B
C
9 lines
128 B
C
#ifndef HEX_EDITOR_H
|
|
#define HEX_EDITOR_H
|
|
|
|
#include "driveOperations.h"
|
|
|
|
void hexEditor(const char *path, Drive drive);
|
|
|
|
#endif
|