summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/nativescript/nativescript.h
diff options
context:
space:
mode:
authorEmmanuel Leblond <emmanuel.leblond@gmail.com>2017-10-08 23:47:38 +0200
committerEmmanuel Leblond <emmanuel.leblond@gmail.com>2017-10-17 10:50:13 +0200
commite715be0f0a307e36cd34dbee6ba3dfe83b72fead (patch)
treea6b18e480217efef7e6358957735c0f25d88bbf0 /modules/gdnative/nativescript/nativescript.h
parent0d0cb01f3385d512de0f91b0d73706a3380ec063 (diff)
downloadredot-engine-e715be0f0a307e36cd34dbee6ba3dfe83b72fead.tar.gz
[GDnative] add pluginscript \o/
Diffstat (limited to 'modules/gdnative/nativescript/nativescript.h')
-rw-r--r--modules/gdnative/nativescript/nativescript.h6
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>