7 lines
102 B
C
7 lines
102 B
C
#ifndef GUI_H_
|
|
#define GUI_H_
|
|
|
|
int run_gui(int argc, char* argv[], const char* initial_text);
|
|
|
|
#endif
|