mirror of
https://github.com/Relintai/voxelman.git
synced 2025-02-20 17:04:23 +01:00
Fix include.
This commit is contained in:
parent
1355c301e8
commit
96fdd00754
@ -27,10 +27,14 @@ SOFTWARE.
|
|||||||
|
|
||||||
#ifdef PROPS_PRESENT
|
#ifdef PROPS_PRESENT
|
||||||
#include "../../props/props/prop_data.h"
|
#include "../../props/props/prop_data.h"
|
||||||
#include "../../props/props/prop_data_mesh.h"
|
|
||||||
#include "../../props/props/prop_data_prop.h"
|
#include "../../props/props/prop_data_prop.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if MESH_DATA_RESOURCE_PRESENT
|
||||||
|
#include "../../mesh_data_resource/props/prop_data_mesh.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "../defines.h"
|
#include "../defines.h"
|
||||||
|
|
||||||
int VoxelmanLibraryMerger::get_texture_flags() const {
|
int VoxelmanLibraryMerger::get_texture_flags() const {
|
||||||
|
Loading…
Reference in New Issue
Block a user