aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-12-22 17:26:27 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-12-22 17:26:27 +0100
commit0dae96161a99158815a8075b5c405a35b0939936 (patch)
tree5b9b214c0397694b671e271f6b743c0fd845f51f /src/crepe/api
parent7e12ebdf945d40d6f11872cf5852c9bb54d1864f (diff)
fix Player prefab
Diffstat (limited to 'src/crepe/api')
-rw-r--r--src/crepe/api/GameObject.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/crepe/api/GameObject.h b/src/crepe/api/GameObject.h
index c66da3d..043913a 100644
--- a/src/crepe/api/GameObject.h
+++ b/src/crepe/api/GameObject.h
@@ -37,13 +37,6 @@ private:
//! ComponentManager instances GameObject
friend class ComponentManager;
-protected:
- GameObject(GameObject &&) = default;
-
- GameObject(const GameObject &) = delete;
- GameObject & operator=(const GameObject &) = delete;
- GameObject & operator=(GameObject &&) = delete;
-
public:
//! The id of the GameObject
const game_object_id_t id;