00001 00002 /* 00003 * $Id: mech.ice.h,v 1.1.1.1 2005/01/11 21:18:17 kstevens Exp $ 00004 * 00005 * Author: Markus Stenberg <fingon@iki.fi> 00006 * 00007 * Copyright (c) 1997 Markus Stenberg 00008 * Copyright (c) 1998-2002 Thomas Wouters 00009 * Copyright (c) 2000-2002 Cord Awtry 00010 * All rights reserved 00011 * 00012 * Created: Thu Mar 20 20:37:15 1997 fingon 00013 * Last modified: Thu Mar 20 22:44:32 1997 fingon 00014 * 00015 */ 00016 00017 #ifndef MECH_ICE_H 00018 #define MECH_ICE_H 00019 00020 /* mech.ice.c */ 00021 void drop_thru_ice(MECH * mech); 00022 void break_thru_ice(MECH * mech); 00023 int possibly_drop_thru_ice(MECH * mech); 00024 void possibly_blow_bridge(MECH * mech, int weapindx, int x, int y); 00025 void possibly_blow_ice(MECH * mech, int weapindx, int x, int y); 00026 00027 #endif /* MECH_ICE_H */