summaryrefslogtreecommitdiffhomepage
path: root/UI.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2025-01-03 12:27:14 +0100
committerRoland Reichwein <mail@reichwein.it>2025-01-03 12:27:14 +0100
commit05895c86bddf50aacb3bb5e6a6bcc073965341ef (patch)
treed7627562c8ca35c8689d0a6612a2cdab2cdc4ae4 /UI.h
parent4af400141af0c97c4e4bcd47acf78107a17eafbe (diff)
Add first UI
Diffstat (limited to 'UI.h')
-rw-r--r--UI.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/UI.h b/UI.h
new file mode 100644
index 0000000..60b168c
--- /dev/null
+++ b/UI.h
@@ -0,0 +1,9 @@
+#pragma once
+
+class UI
+{
+public:
+ UI(){}
+
+ void draw();
+};