diff options
Diffstat (limited to 'src/ui.hpp')
-rw-r--r-- | src/ui.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui.hpp b/src/ui.hpp new file mode 100644 index 0000000..9f0508b --- /dev/null +++ b/src/ui.hpp @@ -0,0 +1,3 @@ +#pragma once + +void ShowEverything(); |