Fix compilation

This commit is contained in:
Marc Gilleron 2018-09-29 17:51:09 +01:00
parent 1e24dd455b
commit e79dd98d69
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#include "voxel_terrain.h"
#include "voxel_provider_test.h"
#include "voxel_provider_image.h"
#include "voxel_mesher_smooth.h"
#include "transvoxel/voxel_mesher_smooth.h"
void register_voxel_types() {

View File

@ -1,7 +1,7 @@
#ifndef VOXEL_MESHER_SMOOTH_H
#define VOXEL_MESHER_SMOOTH_H
#include "voxel_buffer.h"
#include "../voxel_buffer.h"
#include <scene/resources/mesh.h>
class VoxelMesherSmooth : public Reference {

View File

@ -7,7 +7,7 @@
#include "voxel_buffer.h"
#include "voxel_mesher.h"
#include "voxel_mesher_smooth.h"
#include "transvoxel/voxel_mesher_smooth.h"
class VoxelMeshUpdater {
public: