Fix compile when the mesh data resource module is present and props module is not.

This commit is contained in:
Relintai 2021-09-21 12:23:42 +02:00
parent cc9dc30b83
commit cfba9403cb

View File

@ -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) \