From 987fc16a8ae124548e2074d6f46806387c03e161 Mon Sep 17 00:00:00 2001 From: WBoerenkamps Date: Sun, 24 Nov 2024 22:56:20 +0100 Subject: creating inputSystem tests --- src/crepe/api/UiObject.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/crepe/api/UiObject.h') 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 +#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: -- cgit v1.2.3