diff options
| author | Archez <Archez@users.noreply.github.com> | 2024-04-07 21:53:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-07 21:53:58 -0400 |
| commit | 8c88631bf691f0abbab48127cabc55d2a704e022 (patch) | |
| tree | 014ef1234351e64d23b8ff432c3bbff2fdce9a66 | |
| parent | a406a7d4310c26f6e7aeece3bb4475cd8fd2d9e3 (diff) | |
support ripping out unused stuff (#20) (#11)
Co-authored-by: briaguya <70942617+briaguya-ai@users.noreply.github.com>
| -rw-r--r-- | ZAPD/ZAnimation.h | 1 | ||||
| -rw-r--r-- | ZAPD/ZRoom/Commands/SetPathways.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ZAPD/ZAnimation.h b/ZAPD/ZAnimation.h index 157fb34..a249037 100644 --- a/ZAPD/ZAnimation.h +++ b/ZAPD/ZAnimation.h @@ -3,7 +3,6 @@ #include <cstdint> #include <string> #include <vector> -#include "Vec3s.h" #include "ZResource.h" #include "ZSkeleton.h" #include "tinyxml2.h" diff --git a/ZAPD/ZRoom/Commands/SetPathways.h b/ZAPD/ZRoom/Commands/SetPathways.h index 9abc93d..b9d2a2f 100644 --- a/ZAPD/ZRoom/Commands/SetPathways.h +++ b/ZAPD/ZRoom/Commands/SetPathways.h @@ -1,6 +1,5 @@ #pragma once -#include "Vec3s.h" #include "ZPath.h" #include "ZResource.h" #include "ZRoom/ZRoomCommand.h" |
