diff options
author | Karroffel <therzog@mail.de> | 2017-04-17 19:52:18 +0200 |
---|---|---|
committer | Karroffel <therzog@mail.de> | 2017-04-17 19:52:18 +0200 |
commit | f4261c88684cf27e7e8e9082c1cf850162c08ac4 (patch) | |
tree | 932cfe3e169e438432a295fc75845cdb56be5cc8 /modules/gdnative/godot/godot_string.h | |
parent | e46af1e23668e23160604742f8f1d22898796d1c (diff) |
[GDNative] added "new" method and fixed headers
Diffstat (limited to 'modules/gdnative/godot/godot_string.h')
-rw-r--r-- | modules/gdnative/godot/godot_string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdnative/godot/godot_string.h b/modules/gdnative/godot/godot_string.h index 9289531c5e..4deec0922c 100644 --- a/modules/gdnative/godot/godot_string.h +++ b/modules/gdnative/godot/godot_string.h @@ -35,6 +35,7 @@ extern "C" { #endif #include <stdint.h> +#include <wchar.h> #ifndef GODOT_CORE_API_GODOT_STRING_TYPE_DEFINED typedef struct godot_string { |