diff options
author | Emmanuel Leblond <emmanuel.leblond@gmail.com> | 2017-10-08 23:47:38 +0200 |
---|---|---|
committer | Emmanuel Leblond <emmanuel.leblond@gmail.com> | 2017-10-17 10:50:13 +0200 |
commit | e715be0f0a307e36cd34dbee6ba3dfe83b72fead (patch) | |
tree | a6b18e480217efef7e6358957735c0f25d88bbf0 /modules/gdnative/nativescript/nativescript.h | |
parent | 0d0cb01f3385d512de0f91b0d73706a3380ec063 (diff) | |
download | redot-engine-e715be0f0a307e36cd34dbee6ba3dfe83b72fead.tar.gz |
[GDnative] add pluginscript \o/
Diffstat (limited to 'modules/gdnative/nativescript/nativescript.h')
-rw-r--r-- | modules/gdnative/nativescript/nativescript.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/gdnative/nativescript/nativescript.h b/modules/gdnative/nativescript/nativescript.h index bc7e850d3e..b5db641179 100644 --- a/modules/gdnative/nativescript/nativescript.h +++ b/modules/gdnative/nativescript/nativescript.h @@ -30,14 +30,14 @@ #ifndef NATIVE_SCRIPT_H #define NATIVE_SCRIPT_H +#include "core/resource.h" +#include "core/script_language.h" +#include "core/self_list.h" #include "io/resource_loader.h" #include "io/resource_saver.h" #include "ordered_hash_map.h" #include "os/thread_safe.h" -#include "resource.h" #include "scene/main/node.h" -#include "script_language.h" -#include "self_list.h" #include "modules/gdnative/gdnative.h" #include <nativescript/godot_nativescript.h> |