aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api
diff options
context:
space:
mode:
authormax-001 <maxsmits21@kpnmail.nl>2024-11-06 14:32:19 +0100
committermax-001 <maxsmits21@kpnmail.nl>2024-11-06 14:32:19 +0100
commit254fe777c9e2ed4a6b8e061c12ac350065d979fe (patch)
tree985c6b10a13f44cd85210fb5c0c64f941be64fa7 /src/crepe/api
parentbb0dad00c815c9d577214db2788990f560cb10f5 (diff)
Changed include to incomplete decleration
Diffstat (limited to 'src/crepe/api')
-rw-r--r--src/crepe/api/GameObject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crepe/api/GameObject.h b/src/crepe/api/GameObject.h
index 246c4d4..13aa681 100644
--- a/src/crepe/api/GameObject.h
+++ b/src/crepe/api/GameObject.h
@@ -3,10 +3,10 @@
#include <cstdint>
#include <string>
-#include "api/Point.h"
-
namespace crepe {
+class Point;
+
/**
* \brief Represents a GameObject
*