From d3b7682aedf3083bbb3b6ed17b226b97d0171c15 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Thu, 8 Oct 2015 22:45:05 +0800 Subject: Add more VM functions. The VM now seems complete... Next: the plugin system! --- src/core/fncmodules.hpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/core/fncmodules.hpp') 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(); -- cgit v1.2.3