Fix -Wdelete-incomplete warnings

This commit is contained in:
Léo Lam 2021-07-07 13:55:48 +02:00
parent 21883027ef
commit 4b6b81b190
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,7 @@
#include "KingSystem/ActorSystem/actActorConstDataAccess.h"
#include "KingSystem/Map/mapObject.h"
#include "KingSystem/Map/mapObjectGenGroup.h"
#include "KingSystem/Map/mapRail.h"
namespace ksys::map {

View File

@ -9,6 +9,8 @@ using F32Limits = std::numeric_limits<f32>;
namespace ksys::map {
class Object;
// FIXME
class PlacementTree {
struct TreeObject {
@ -27,7 +29,7 @@ public:
sead::Buffer<TreeObject> mBuffer{};
sead::Buffer<u32*> mObjects{};
void* _20{};
void* _28{};
Object** _28{};
u32 _30{};
f32 _34 = F32Limits::max();
f32 _38 = F32Limits::max();