added blackjack game
[NeonServV5.git] / src / modules / NeonFun.mod / cmd_neonfun.h
index a97da59debaac63839b5f9172c430c4d3ca67941..fdccf0fce12b0fb8fa9782ebef79f20a7b9de6f8 100644 (file)
@@ -1,4 +1,4 @@
-/* cmd_neonfun.h - NeonServ v5.4
+/* cmd_neonfun.h - NeonServ v5.6
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -46,4 +46,12 @@ CMD_BIND(neonfun_cmd_uno);
 CMD_BIND(neonfun_cmd_unotake);
 CMD_BIND(neonfun_cmd_unoplay);
 
+CMD_BIND(neonfun_cmd_4wins);
+CMD_BIND(neonfun_cmd_4stone);
+CMD_BIND(neonfun_cmd_4view);
+
+CMD_BIND(neonfun_cmd_blackjack);
+CMD_BIND(neonfun_cmd_bjtake);
+CMD_BIND(neonfun_cmd_bjenough);
+
 #endif