projects
/
TDDC76_proj.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55f82b0
)
code for menus
author
Arvid Sjöblom
<arvsj277@student.liu.se>
Thu, 9 Nov 2023 15:14:08 +0000
(16:14 +0100)
committer
Arvid Sjöblom
<arvsj277@student.liu.se>
Thu, 9 Nov 2023 15:14:08 +0000
(16:14 +0100)
src/Menus.h
[new file with mode: 0644]
patch
|
blob
diff --git a/src/Menus.h
b/src/Menus.h
new file mode 100644
(file)
index 0000000..
3393eb0
--- /dev/null
+++ b/
src/Menus.h
@@ -0,0
+1,19
@@
+#ifndef MENUS_H
+#define MENUS_H
+
+class Start_menu
+{
+public:
+ void update(Context) override;
+ void rednder(Window) override;
+ void handle_input() override;
+};
+class Paus_menu
+{
+public:
+ void update(Context) override;
+ void rednder(Window) override;
+ void handle_input() override;
+};
+
+#endif
\ No newline at end of file