added "nowho" parameter to debug userlist and fixed memory leak in DBHelper.c
[NeonServV5.git] / src / cmd_funcmds.h
index e0123595768fb01898eb6d1fe582b0f99d70dc88..37dc779efee365cf05a7d26d4d9c30cc3d7cd086 100644 (file)
@@ -1,5 +1,5 @@
-/* cmd_funcmds.h - NeonServ v5.2
- * Copyright (C) 2011  Philipp Kreil (pk910)
+/* cmd_funcmds.h - NeonServ v5.3
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
 #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