aboutsummaryrefslogtreecommitdiff
path: root/src/core/fncwrapper.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2015-10-04 23:49:49 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2015-10-04 23:49:49 +0800
commit068cfdc8fb0e31c9ff736ee426f1291d07115c11 (patch)
tree233a0439425b0735aa8c8c7a636cfca784fb25a7 /src/core/fncwrapper.hpp
parent8e208d0f5bca187588da8ece1b955bdd47e75acd (diff)
downloadbullet-lab-remix-068cfdc8fb0e31c9ff736ee426f1291d07115c11.tar.xz
Rewrite the function calling method and enable it in the VM.
Yet another stupid commit.
Diffstat (limited to 'src/core/fncwrapper.hpp')
-rw-r--r--src/core/fncwrapper.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/fncwrapper.hpp b/src/core/fncwrapper.hpp
index 8d1c8b6..d8796b4 100644
--- a/src/core/fncwrapper.hpp
+++ b/src/core/fncwrapper.hpp
@@ -1 +1 @@
-
+extern void callFnc(const char* fnc);