From 068cfdc8fb0e31c9ff736ee426f1291d07115c11 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 4 Oct 2015 23:49:49 +0800 Subject: Rewrite the function calling method and enable it in the VM. Yet another stupid commit. --- src/core/fncmodules.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/core/fncmodules.hpp') diff --git a/src/core/fncmodules.hpp b/src/core/fncmodules.hpp index fe8eccf..b36eeb6 100644 --- a/src/core/fncmodules.hpp +++ b/src/core/fncmodules.hpp @@ -1,4 +1,4 @@ #include "scriptshared.hpp" -extern Idata randr(Idata a,...); -extern Idata randi(Idata a,...); -extern Idata createBullet(Idata x,...); +extern Idata randr(); +extern Idata randi(); +extern Idata createBullet(); -- cgit v1.2.3