mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 21:33:40 -07:00
rip out unused types (#4041)
This commit is contained in:
parent
168323ebc9
commit
897d3efbd0
4 changed files with 2 additions and 8 deletions
2
ZAPDTR
2
ZAPDTR
|
@ -1 +1 @@
|
||||||
Subproject commit eff29036118349e142ee8efca80fd975a2a2b6ff
|
Subproject commit 9f9d0be3c914354ecabab3695581f1123c13ac20
|
|
@ -1 +1 @@
|
||||||
Subproject commit d795e6ac7837be79dd14f18f4567f3330c74a423
|
Subproject commit b135db823aaabf6e848fcbd2796933b0771f9968
|
|
@ -3,9 +3,6 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include "Resource.h"
|
#include "Resource.h"
|
||||||
#include "Vec2f.h"
|
|
||||||
#include "Vec3f.h"
|
|
||||||
#include "Color3b.h"
|
|
||||||
|
|
||||||
namespace SOH {
|
namespace SOH {
|
||||||
|
|
||||||
|
|
|
@ -3,9 +3,6 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include "Resource.h"
|
#include "Resource.h"
|
||||||
#include "Vec2f.h"
|
|
||||||
#include "Vec3f.h"
|
|
||||||
#include "Color3b.h"
|
|
||||||
|
|
||||||
namespace SOH {
|
namespace SOH {
|
||||||
class PlayerAnimation : public LUS::Resource<int16_t> {
|
class PlayerAnimation : public LUS::Resource<int16_t> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue