diff options
Diffstat (limited to 'src/example/ecs.cpp')
-rw-r--r-- | src/example/ecs.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/example/ecs.cpp b/src/example/ecs.cpp index 5646edd..eb5eeba 100644 --- a/src/example/ecs.cpp +++ b/src/example/ecs.cpp @@ -5,7 +5,6 @@ #include "../crepe/api/GameObject.h" #include "../crepe/api/Transform.h" -using namespace crepe::api; using namespace crepe; using namespace std; |