diff options
author | rtk0c <[email protected]> | 2025-04-24 12:25:33 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2025-04-24 12:25:33 -0700 |
commit | d5fd02d8eb387b477678ffbfb44303a38c105607 (patch) | |
tree | ef706d91dbcd8cd345034e791b7be9076d0897a8 /src/ui.hpp | |
parent | 75585f4fb6f312195a47b16224d45e671858dac7 (diff) |
Some draft ideas on simulation
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(); |