diff options
| author | Emmanuel Leblond | 2017-10-08 23:47:38 +0200 |
|---|---|---|
| committer | Emmanuel Leblond | 2017-10-17 10:50:13 +0200 |
| commit | e715be0f0a307e36cd34dbee6ba3dfe83b72fead (patch) | |
| tree | a6b18e480217efef7e6358957735c0f25d88bbf0 /modules/gdnative/nativescript/api_generator.h | |
| parent | 0d0cb01f3385d512de0f91b0d73706a3380ec063 (diff) | |
| download | godot-e715be0f0a307e36cd34dbee6ba3dfe83b72fead.tar.gz godot-e715be0f0a307e36cd34dbee6ba3dfe83b72fead.tar.zst godot-e715be0f0a307e36cd34dbee6ba3dfe83b72fead.zip | |
Diffstat (limited to 'modules/gdnative/nativescript/api_generator.h')
| -rw-r--r-- | modules/gdnative/nativescript/api_generator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/nativescript/api_generator.h b/modules/gdnative/nativescript/api_generator.h index 56c2d786e..a8e2eaf0b 100644 --- a/modules/gdnative/nativescript/api_generator.h +++ b/modules/gdnative/nativescript/api_generator.h @@ -30,8 +30,8 @@ #ifndef API_GENERATOR_H #define API_GENERATOR_H +#include "core/typedefs.h" #include "core/ustring.h" -#include "typedefs.h" Error generate_c_api(const String &p_path); |
