added bomb funcmd
[NeonServV5.git] / src / modules / funcmd.mod / cmd_funcmds.h
index 70125dd1a06001012c57d54fdff00ba403786524..d8e5423b1bca7e0b5ec2e1dddc7bf855279f6b1c 100644 (file)
@@ -1,4 +1,4 @@
-/* cmd_funcmds.h - NeonServ v5.3
+/* cmd_funcmds.h - NeonServ v5.6
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -17,8 +17,8 @@
 #ifndef _cmd_funcmds_h
 #define _cmd_funcmds_h
 #include "../module.h"
-#include "main.h"
-#include "modcmd.h"
+#include "../../main.h"
+#include "../../modcmd.h"
 
 void init_funcmds();
 void register_commands();
@@ -28,5 +28,6 @@ CMD_BIND(funcmd_pong);
 CMD_BIND(funcmd_dice);
 CMD_BIND(funcmd_8ball);
 CMD_BIND(funcmd_cookie);
+CMD_BIND(funcmd_bomb);
 
 #endif
\ No newline at end of file