00001 /****************************************************************************** 00002 * Wormux is a convivial mass murder game. 00003 * Copyright (C) 2001-2004 Lawrence Azzoug. 00004 * 00005 * This program is free software; you can redistribute it and/or modify 00006 * it under the terms of the GNU General Public License as published by 00007 * the Free Software Foundation; either version 2 of the License, or 00008 * (at your option) any later version. 00009 * 00010 * This program is distributed in the hope that it will be useful, 00011 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 * GNU General Public License for more details. 00014 * 00015 * You should have received a copy of the GNU General Public License 00016 * along with this program; if not, write to the Free Software 00017 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA 00018 ****************************************************************************** 00019 * Include file to include all weapons in one shot ;-) 00020 *****************************************************************************/ 00021 00022 #ifndef ALL_WEAPONS_H 00023 #define ALL_WEAPONS_H 00024 00025 #include "airhammer.h" 00026 #include "air_attack.h" 00027 #include "anvil.h" 00028 #include "auto_bazooka.h" 00029 #include "baseball.h" 00030 #include "bazooka.h" 00031 #include "blowtorch.h" 00032 #include "bounce_ball.h" 00033 #include "cluster_bomb.h" 00034 #include "construct.h" 00035 #include "dynamite.h" 00036 #include "gnu.h" 00037 #include "grenade.h" 00038 #include "gun.h" 00039 #include "disco_grenade.h" 00040 #include "jetpack.h" 00041 #include "lowgrav.h" 00042 #include "mine.h" 00043 #include "ninja_rope.h" 00044 #include "parachute.h" 00045 #include "polecat.h" 00046 #include "riot_bomb.h" 00047 #include "shotgun.h" 00048 #include "skip_turn.h" 00049 #include "snipe_rifle.h" 00050 #include "submachine_gun.h" 00051 #include "suicide.h" 00052 #include "supertux.h" 00053 #include "teleportation.h" 00054 #include "syringe.h" 00055 00056 #endif