aboutsummaryrefslogtreecommitdiff
path: root/src/core/fncmodules.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2015-10-08 22:45:05 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2015-10-08 22:45:05 +0800
commitd3b7682aedf3083bbb3b6ed17b226b97d0171c15 (patch)
tree8d82016ddb867ab5f1b75557ded1dd17bb9661f1 /src/core/fncmodules.hpp
parent0b049c3ea601a7ea6dc441db73af7a5bd75c834a (diff)
downloadbullet-lab-remix-d3b7682aedf3083bbb3b6ed17b226b97d0171c15.tar.xz
Add more VM functions.
The VM now seems complete... Next: the plugin system!
Diffstat (limited to 'src/core/fncmodules.hpp')
-rw-r--r--src/core/fncmodules.hpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/core/fncmodules.hpp b/src/core/fncmodules.hpp
index b36eeb6..978843e 100644
--- a/src/core/fncmodules.hpp
+++ b/src/core/fncmodules.hpp
@@ -2,3 +2,20 @@
extern Idata randr();
extern Idata randi();
extern Idata createBullet();
+extern void setBulletPropf();
+extern void setBulletPropi();
+extern Idata vmsin();
+extern Idata vmcos();
+extern Idata vmtan();
+extern Idata vmsqrt();
+extern Idata vmabsf();
+extern Idata vmabsd();
+extern Idata vmasin();
+extern Idata vmacos();
+extern Idata vmatan();
+extern Idata vmatan2();
+extern Idata vmlog();
+extern Idata vmceil();
+extern Idata vmfloor();
+extern Idata vmtrunc();
+extern Idata vmround();