mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-04-17 21:26:35 +02:00
Fix compile when the mesh data resource module is present and props module is not.
This commit is contained in:
parent
cc9dc30b83
commit
cfba9403cb
@ -27,9 +27,6 @@ SOFTWARE.
|
||||
#include "../../props/props/prop_data_prop.h"
|
||||
#include "../../props/props/prop_data_tiled_wall.h"
|
||||
#include "../../props/tiled_wall/tiled_wall_data.h"
|
||||
#endif
|
||||
|
||||
#include "../singletons/ess.h"
|
||||
|
||||
#if MESH_DATA_RESOURCE_PRESENT
|
||||
#define PROPS_PRESENT 1
|
||||
@ -37,6 +34,10 @@ SOFTWARE.
|
||||
#undef PROPS_PRESENT
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#include "../singletons/ess.h"
|
||||
|
||||
#if VERSION_MAJOR > 3
|
||||
|
||||
#define VARIANT_ARRAY_GET(arr) \
|
||||
|
Loading…
Reference in New Issue
Block a user