diff options
author | Thomas Herzog <karroffel@users.noreply.github.com> | 2017-04-17 20:41:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-17 20:41:32 +0200 |
commit | 68d79b21c36ee2208970ee45471c4423ef32e3f1 (patch) | |
tree | 63619af4d063fbc1ba9ba36dee46acdc24539478 /modules/gdnative/godot | |
parent | a88c20f0ca4d970bc079544e87cd00f15f744d62 (diff) | |
parent | f4261c88684cf27e7e8e9082c1cf850162c08ac4 (diff) |
Merge pull request #8440 from karroffel/gdnative-new-method
[GDNative] added "new" method and fixed headers
Diffstat (limited to 'modules/gdnative/godot')
-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 cf5a22dd8d..83ed5d6ec1 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 { |