From 3813160ea015b6e7532455aefd183a274e56fcef Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 26 Jun 2016 10:53:34 -0300 Subject: -Fix crashes with thread_exit() -Added draft of C script API (still disabled and unused) --- modules/cscript/godot_c.cpp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 modules/cscript/godot_c.cpp (limited to 'modules/cscript/godot_c.cpp') diff --git a/modules/cscript/godot_c.cpp b/modules/cscript/godot_c.cpp new file mode 100644 index 000000000..d5c1b53df --- /dev/null +++ b/modules/cscript/godot_c.cpp @@ -0,0 +1,2 @@ +#include "godot_c.h" + -- cgit v1.2.3-70-g09d2