diff options
Diffstat (limited to 'src/crepe/api/GameObject.h')
-rw-r--r-- | src/crepe/api/GameObject.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crepe/api/GameObject.h b/src/crepe/api/GameObject.h index 862fee8..dcd33ad 100644 --- a/src/crepe/api/GameObject.h +++ b/src/crepe/api/GameObject.h @@ -5,7 +5,7 @@ #include "api/Point.h" -namespace crepe::api { +namespace crepe { class GameObject { public: @@ -19,6 +19,6 @@ public: uint32_t id; }; -} // namespace crepe::api +} // namespace crepe #include "GameObject.hpp" |