mirror of
https://github.com/travisgoodspeed/goodwatch
synced 2024-11-23 01:08:35 +00:00
11 lines
175 B
C
11 lines
175 B
C
/*! \file hex.h
|
|
\brief Hex editor application.
|
|
*/
|
|
|
|
//! Enter the hex editor.
|
|
void hex_init();
|
|
//! Exit the hex editor.
|
|
int hex_exit();
|
|
//! Draw the screen.
|
|
void hex_draw();
|