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.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/fncmodules.hpp b/src/core/fncmodules.hpp
index 8d1c8b6..fe8eccf 100644
--- a/src/core/fncmodules.hpp
+++ b/src/core/fncmodules.hpp
@@ -1 +1,4 @@
-
+#include "scriptshared.hpp"
+extern Idata randr(Idata a,...);
+extern Idata randi(Idata a,...);
+extern Idata createBullet(Idata x,...);