Fix include.

This commit is contained in:
Relintai 2020-07-05 14:54:37 +02:00
parent 1355c301e8
commit 96fdd00754

View File

@ -27,10 +27,14 @@ SOFTWARE.
#ifdef PROPS_PRESENT
#include "../../props/props/prop_data.h"
#include "../../props/props/prop_data_mesh.h"
#include "../../props/props/prop_data_prop.h"
#endif
#if MESH_DATA_RESOURCE_PRESENT
#include "../../mesh_data_resource/props/prop_data_mesh.h"
#endif
#include "../defines.h"
int VoxelmanLibraryMerger::get_texture_flags() const {