mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-24 01:57:18 +01:00
(Hopefully) fixed incomplete type usage error.
This commit is contained in:
parent
e558e0f700
commit
4133c05085
@ -29,7 +29,6 @@ SOFTWARE.
|
||||
#include "../defines.h"
|
||||
|
||||
#include "core/containers/pool_vector.h"
|
||||
#include "scene/3d/mesh_instance.h"
|
||||
|
||||
#include "core/math/rect2.h"
|
||||
#include "core/math/vector2.h"
|
||||
@ -49,6 +48,7 @@ const double PI = 3.141592653589793238463;
|
||||
|
||||
class VoxelLibrary;
|
||||
class VoxelChunk;
|
||||
class MeshInstance;
|
||||
|
||||
class VoxelMesher : public Reference {
|
||||
GDCLASS(VoxelMesher, Reference);
|
||||
|
Loading…
Reference in New Issue
Block a user