aboutsummaryrefslogtreecommitdiff
path: root/src/example
diff options
context:
space:
mode:
authormax-001 <maxsmits21@kpnmail.nl>2024-12-09 11:29:11 +0100
committermax-001 <maxsmits21@kpnmail.nl>2024-12-09 11:29:11 +0100
commit54d93519e90569a6f127da301e6e612ef89f2fc3 (patch)
treef8ca9cb1c28b2202f51ab0f1af27843602158ec7 /src/example
parent6cee1cff083fc50eeedf88537965d3c79e7b790a (diff)
Deleted unnecessary header
Diffstat (limited to 'src/example')
-rw-r--r--src/example/AITest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/example/AITest.cpp b/src/example/AITest.cpp
index 72e06cf..857eb94 100644
--- a/src/example/AITest.cpp
+++ b/src/example/AITest.cpp
@@ -1,5 +1,3 @@
-#include <SDL2/SDL_timer.h>
-#include <chrono>
#include <crepe/api/AI.h>
#include <crepe/api/BehaviorScript.h>
#include <crepe/api/Camera.h>