rip out unused types (#4041)

This commit is contained in:
briaguya
2024-04-07 17:02:57 -04:00
committed by GitHub
parent 168323ebc9
commit 897d3efbd0
4 changed files with 2 additions and 8 deletions

2
ZAPDTR

Submodule ZAPDTR updated: eff2903611...9f9d0be3c9

View File

@@ -3,9 +3,6 @@
#include <vector>
#include <string>
#include "Resource.h"
#include "Vec2f.h"
#include "Vec3f.h"
#include "Color3b.h"
namespace SOH {

View File

@@ -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> {