mirror of
https://github.com/Relintai/procedural_animations.git
synced 2024-11-13 08:27:19 +01:00
Fix compile on 4.0.
This commit is contained in:
parent
fb01ca303d
commit
9226d21781
@ -32,6 +32,12 @@ SOFTWARE.
|
|||||||
#include "core/core_string_names.h"
|
#include "core/core_string_names.h"
|
||||||
#include "procedural_animation.h"
|
#include "procedural_animation.h"
|
||||||
|
|
||||||
|
#include "core/version.h"
|
||||||
|
|
||||||
|
#if VERSION_MAJOR >= 4
|
||||||
|
#define ToolButton Button
|
||||||
|
#endif
|
||||||
|
|
||||||
class EditorPropertyEasing;
|
class EditorPropertyEasing;
|
||||||
class EditorPropertyResource;
|
class EditorPropertyResource;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user