feat: godot macros now includes dependencies
parent
63bf083467
commit
160eeba054
|
@ -1,6 +1,9 @@
|
||||||
#ifndef UC_GODOT_MACROS_H
|
#ifndef UC_GODOT_MACROS_H
|
||||||
#define UC_GODOT_MACROS_H
|
#define UC_GODOT_MACROS_H
|
||||||
|
|
||||||
|
#include "godot_cpp/classes/engine.hpp"
|
||||||
|
#include "godot_cpp/core/class_db.hpp"
|
||||||
|
|
||||||
#define MACRO_STRING_INNER(_Arg) #_Arg
|
#define MACRO_STRING_INNER(_Arg) #_Arg
|
||||||
#define MACRO_STRING(_Arg) MACRO_STRING_INNER(_Arg)
|
#define MACRO_STRING(_Arg) MACRO_STRING_INNER(_Arg)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue