mirror of
https://github.com/Relintai/mesh_utils.git
synced 2024-11-12 10:25:24 +01:00
Work on fixing compile for 4.0.
This commit is contained in:
parent
4feb518620
commit
902dae2979
@ -28,7 +28,10 @@ SOFTWARE.
|
||||
#include "core/version.h"
|
||||
|
||||
#if VERSION_MAJOR > 3
|
||||
#include "core/object/reference.h"
|
||||
#include "core/object/ref_counted.h"
|
||||
#ifndef Reference
|
||||
#define Reference RefCounted
|
||||
#endif
|
||||
#include "core/variant/array.h"
|
||||
#else
|
||||
#include "core/reference.h"
|
||||
|
Loading…
Reference in New Issue
Block a user