aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/UiObject.h
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-11-24 22:56:20 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-11-24 22:56:20 +0100
commit987fc16a8ae124548e2074d6f46806387c03e161 (patch)
treef6128c539e4a491a75601fc68b3700a948b3ef83 /src/crepe/api/UiObject.h
parent24e3f0ea7c5ce90af1276dca49644b5e1ac799f6 (diff)
creating inputSystem tests
Diffstat (limited to 'src/crepe/api/UiObject.h')
-rw-r--r--src/crepe/api/UiObject.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/crepe/api/UiObject.h b/src/crepe/api/UiObject.h
index f57f7ef..1d7be69 100644
--- a/src/crepe/api/UiObject.h
+++ b/src/crepe/api/UiObject.h
@@ -1,11 +1,12 @@
-#include <functional>
+#pragma once
#include "Component.h"
+
#include "api/EventHandler.h"
namespace crepe {
class UiObject : public Component{
public:
- ~UiObject(){};
+ UiObject();
int width = 0;
int height = 0;
public: