diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2024-10-19 13:20:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-19 13:20:17 +0200 |
| commit | ffdfd609fb9bc8f968ddc6f187da1d50731cbf69 (patch) | |
| tree | d13b6142759bc78d50a491d87de56e7e9213c9a4 /include/Map/TriggerAABB.hpp | |
| parent | 32c4725191813003e34a263a6d1530f806d1ac7c (diff) | |
| parent | 10c2e3413b3244c5f2adffac1140f37920f13988 (diff) | |
Merge pull request #51 from AetiasHax/dsd
`dsd` integration
Diffstat (limited to 'include/Map/TriggerAABB.hpp')
| -rw-r--r-- | include/Map/TriggerAABB.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Map/TriggerAABB.hpp b/include/Map/TriggerAABB.hpp index 19ac0f55..a1d7e782 100644 --- a/include/Map/TriggerAABB.hpp +++ b/include/Map/TriggerAABB.hpp @@ -3,8 +3,8 @@ #include "global.h" #include "types.h" -#include "Physics/AABB.hpp" #include "Map/TriggerBase.hpp" +#include "Physics/AABB.hpp" class TriggerAABB : public TriggerBase { /* 00 (base) */ |
