Files
ScreamIntoTheVoid/gui.h
2026-06-07 18:02:33 +02:00

7 lines
102 B
C

#ifndef GUI_H_
#define GUI_H_
int run_gui(int argc, char* argv[], const char* initial_text);
#endif