mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-03 18:09:13 +03:00
Windows compatibility
This commit is contained in:
@@ -120,6 +120,11 @@ const wchar_t *String::c_string() const
|
||||
}
|
||||
|
||||
|
||||
String operator +(const char *a, const String& b)
|
||||
{
|
||||
return String(a) + b;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user