mirror of
https://github.com/Relintai/texture_packer.git
synced 2025-01-29 15:49:21 +01:00
Work on fixing compile for 4.0.
This commit is contained in:
parent
5948088035
commit
b78a87d658
@ -27,7 +27,10 @@ SOFTWARE.
|
|||||||
|
|
||||||
#if VERSION_MAJOR > 3
|
#if VERSION_MAJOR > 3
|
||||||
#include "core/io/image.h"
|
#include "core/io/image.h"
|
||||||
#include "core/object/reference.h"
|
#include "core/object/ref_counted.h"
|
||||||
|
#ifndef Reference
|
||||||
|
#define Reference RefCounted
|
||||||
|
#endif
|
||||||
#include "core/templates/vector.h"
|
#include "core/templates/vector.h"
|
||||||
#include "core/string/ustring.h"
|
#include "core/string/ustring.h"
|
||||||
#include "core/math/color.h"
|
#include "core/math/color.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user