feat: godot macros now includes dependencies

stripped
Sara 2024-02-02 08:47:30 +01:00
parent 63bf083467
commit 160eeba054
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
#ifndef 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(_Arg) MACRO_STRING_INNER(_Arg)