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.hpp6
1 files changed, 3 insertions, 3 deletions
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();