mirror of
https://github.com/Relintai/texture_packer.git
synced 2025-01-27 15:39:20 +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
|
||||
#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/string/ustring.h"
|
||||
#include "core/math/color.h"
|
||||
|
Loading…
Reference in New Issue
Block a user