summaryrefslogtreecommitdiffstats
path: root/modules/cscript/godot_c.cpp
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2016-06-26 10:53:34 -0300
committerJuan Linietsky <reduzio@gmail.com>2016-06-26 10:54:45 -0300
commit3813160ea015b6e7532455aefd183a274e56fcef (patch)
tree82196d346de12a9d1f95fe94671b2054036fd3c6 /modules/cscript/godot_c.cpp
parent544b196d77428f5b3362f1b3a3b7f2be3ad4164a (diff)
downloadredot-engine-3813160ea015b6e7532455aefd183a274e56fcef.tar.gz
-Fix crashes with thread_exit()
-Added draft of C script API (still disabled and unused)
Diffstat (limited to 'modules/cscript/godot_c.cpp')
-rw-r--r--modules/cscript/godot_c.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/cscript/godot_c.cpp b/modules/cscript/godot_c.cpp
new file mode 100644
index 0000000000..d5c1b53dfe
--- /dev/null
+++ b/modules/cscript/godot_c.cpp
@@ -0,0 +1,2 @@
+#include "godot_c.h"
+