mirror of
https://github.com/Relintai/godot_voxel.git
synced 2025-05-01 17:57:55 +02:00
Make VoxelBlock defined when including VoxelMap
This commit is contained in:
parent
9e2e59c198
commit
ff96ba5528
@ -1,13 +1,11 @@
|
|||||||
#ifndef VOXEL_MAP_H
|
#ifndef VOXEL_MAP_H
|
||||||
#define VOXEL_MAP_H
|
#define VOXEL_MAP_H
|
||||||
|
|
||||||
#include "voxel_buffer.h"
|
#include "voxel_block.h"
|
||||||
|
|
||||||
#include <core/hash_map.h>
|
#include <core/hash_map.h>
|
||||||
#include <scene/main/node.h>
|
#include <scene/main/node.h>
|
||||||
|
|
||||||
class VoxelBlock;
|
|
||||||
|
|
||||||
// Infinite voxel storage by means of octants like Gridmap
|
// Infinite voxel storage by means of octants like Gridmap
|
||||||
class VoxelMap : public Reference {
|
class VoxelMap : public Reference {
|
||||||
GDCLASS(VoxelMap, Reference)
|
GDCLASS(VoxelMap, Reference)
|
||||||
|
Loading…
Reference in New Issue
Block a user