Skip to content

Commit

Permalink
rip out unused types (HarbourMasters#4041)
Browse files Browse the repository at this point in the history
  • Loading branch information
briaguya-ai authored Apr 7, 2024
1 parent 168323e commit 897d3ef
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ZAPDTR
3 changes: 0 additions & 3 deletions soh/soh/resource/type/Cutscene.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
#include <vector>
#include <string>
#include "Resource.h"
#include "Vec2f.h"
#include "Vec3f.h"
#include "Color3b.h"

namespace SOH {

Expand Down
3 changes: 0 additions & 3 deletions soh/soh/resource/type/PlayerAnimation.h
Original file line number Diff line number Diff line change
Expand Up @@ -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> {
Expand Down

0 comments on commit 897d3ef

Please sign in to comment.