mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Use GODOT_MODULE define in TextServer modules
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
|
||||
using namespace godot;
|
||||
|
||||
#else
|
||||
#elif defined(GODOT_MODULE)
|
||||
|
||||
// Headers for building as built-in module.
|
||||
#include "core/string/ustring.h"
|
||||
|
||||
Reference in New Issue
Block a user