diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-24 19:00:28 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-24 19:00:28 +0100 |
commit | fa283385d43030eca4833c1992da99e472bb5a0a (patch) | |
tree | 105e8427f75fa138ccf1f2b8990d0dab4d9cb0bb /src/crepe/api/Scene.cpp | |
parent | 0da788561f51215262a4c563853d2845ba1d3876 (diff) | |
parent | 1a56d7dcbf0c7375c2f0b1bb2dcd2b108a489fa8 (diff) |
Merge branch 'max/scenes' of github.com:lonkaars/crepe
Diffstat (limited to 'src/crepe/api/Scene.cpp')
-rw-r--r-- | src/crepe/api/Scene.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/crepe/api/Scene.cpp b/src/crepe/api/Scene.cpp deleted file mode 100644 index 849945e..0000000 --- a/src/crepe/api/Scene.cpp +++ /dev/null @@ -1,5 +0,0 @@ -#include "Scene.h" - -using namespace crepe; - -Scene::Scene(ComponentManager & mgr) : component_manager(mgr) {} |