*** VERSION 5.3.0 ***
[NeonServV5.git] / src / cmd_funcmds.h
index e0123595768fb01898eb6d1fe582b0f99d70dc88..6bd175412077ce7e25aefc977ecc75c6830a3362 100644 (file)
@@ -1,4 +1,4 @@
-/* cmd_funcmds.h - NeonServ v5.2
+/* cmd_funcmds.h - NeonServ v5.3
  * Copyright (C) 2011  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
 #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);
+CMD_BIND(funcmd_cookie);
 
 #endif
\ No newline at end of file