Use GODOT_MODULE define in TextServer modules
This commit is contained in:
@ -38,7 +38,7 @@
|
||||
|
||||
using namespace godot;
|
||||
|
||||
#else
|
||||
#elif defined(GODOT_MODULE)
|
||||
// Headers for building as built-in module.
|
||||
|
||||
#include "core/error/error_macros.h"
|
||||
|
||||
Reference in New Issue
Block a user