diff options
| author | briaguya <70942617+briaguya-ai@users.noreply.github.com> | 2024-04-07 17:02:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-07 17:02:57 -0400 |
| commit | 897d3efbd01532e861765c8d968093556ce0aa14 (patch) | |
| tree | 0a9a08432e075091c5d9e29cbe455561545c07a8 | |
| parent | 168323ebc901ce97adc86d2e280864c44a14d802 (diff) | |
rip out unused types (#4041)
| m--------- | ZAPDTR | 0 | ||||
| m--------- | libultraship | 0 | ||||
| -rw-r--r-- | soh/soh/resource/type/Cutscene.h | 3 | ||||
| -rw-r--r-- | soh/soh/resource/type/PlayerAnimation.h | 3 |
4 files changed, 0 insertions, 6 deletions
diff --git a/ZAPDTR b/ZAPDTR -Subproject eff29036118349e142ee8efca80fd975a2a2b6f +Subproject 9f9d0be3c914354ecabab3695581f1123c13ac2 diff --git a/libultraship b/libultraship -Subproject d795e6ac7837be79dd14f18f4567f3330c74a42 +Subproject b135db823aaabf6e848fcbd2796933b0771f996 diff --git a/soh/soh/resource/type/Cutscene.h b/soh/soh/resource/type/Cutscene.h index 3ca8b3d50..c4d5fb0d5 100644 --- a/soh/soh/resource/type/Cutscene.h +++ b/soh/soh/resource/type/Cutscene.h @@ -3,9 +3,6 @@ #include <vector> #include <string> #include "Resource.h" -#include "Vec2f.h" -#include "Vec3f.h" -#include "Color3b.h" namespace SOH { diff --git a/soh/soh/resource/type/PlayerAnimation.h b/soh/soh/resource/type/PlayerAnimation.h index d8c47a5f6..416b3928c 100644 --- a/soh/soh/resource/type/PlayerAnimation.h +++ b/soh/soh/resource/type/PlayerAnimation.h @@ -3,9 +3,6 @@ #include <vector> #include <string> #include "Resource.h" -#include "Vec2f.h" -#include "Vec3f.h" -#include "Color3b.h" namespace SOH { class PlayerAnimation : public LUS::Resource<int16_t> { |
