diff options
author | max-001 <maxsmits21@kpnmail.nl> | 2024-12-17 09:00:27 +0100 |
---|---|---|
committer | max-001 <maxsmits21@kpnmail.nl> | 2024-12-17 09:00:27 +0100 |
commit | 676392f786ee93280b781ead8417cc8345cb7fd0 (patch) | |
tree | 4654638a6f177b2e3101ff6f144d9aff009c5465 /src/example/Background.cpp | |
parent | 72f04cc18113785b8f57d95254d28e7d64d584aa (diff) |
Deleted some unecessary includes
Diffstat (limited to 'src/example/Background.cpp')
-rw-r--r-- | src/example/Background.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/example/Background.cpp b/src/example/Background.cpp index f935d90..f348936 100644 --- a/src/example/Background.cpp +++ b/src/example/Background.cpp @@ -4,24 +4,7 @@ #include "Hallway.h" #include "Start.h" -#include <crepe/api/Animator.h> -#include <crepe/api/Asset.h> -#include <crepe/api/BehaviorScript.h> -#include <crepe/api/BoxCollider.h> -#include <crepe/api/Camera.h> -#include <crepe/api/CircleCollider.h> #include <crepe/api/Color.h> -#include <crepe/api/Event.h> -#include <crepe/api/GameObject.h> -#include <crepe/api/LoopManager.h> -#include <crepe/api/Rigidbody.h> -#include <crepe/api/Scene.h> -#include <crepe/api/Script.h> -#include <crepe/api/Sprite.h> -#include <crepe/api/Transform.h> -#include <crepe/api/Vector2.h> -#include <crepe/types.h> -#include <iostream> using namespace crepe; using namespace std; |