mirror of
https://github.com/Relintai/voxelman.git
synced 2025-02-14 16:40:06 +01:00
Fix include.
This commit is contained in:
parent
1355c301e8
commit
96fdd00754
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user