mirror of
https://github.com/Relintai/procedural_animations.git
synced 2024-11-08 20:22:10 +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 "procedural_animation.h"
|
||||
|
||||
#include "core/version.h"
|
||||
|
||||
#if VERSION_MAJOR >= 4
|
||||
#define ToolButton Button
|
||||
#endif
|
||||
|
||||
class EditorPropertyEasing;
|
||||
class EditorPropertyResource;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user