aboutsummaryrefslogtreecommitdiff
path: root/src/core/fncmodules.hpp
diff options
context:
space:
mode:
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();