added funcmd_8ball
[NeonServV5.git] / src / cmd_funcmds.h
index e0123595768fb01898eb6d1fe582b0f99d70dc88..000b918f9fe86039e722a54b15aa25ab1312e0ef 100644 (file)
 #include "main.h"
 #include "modcmd.h"
 
+void init_funcmds();
+
 CMD_BIND(funcmd_ping);
 CMD_BIND(funcmd_pong);
+CMD_BIND(funcmd_dice);
+CMD_BIND(funcmd_8ball);
 
 #endif
\ No newline at end of file