src/hcode/btech/p.aero.bomb.h

Go to the documentation of this file.
00001 
00002 /*
00003    p.aero.bomb.h
00004 
00005    Automatically created by protomaker (C) 1998 Markus Stenberg (fingon@iki.fi)
00006    Protomaker is actually only a wrapper script for cproto, but well.. I like
00007    fancy headers and stuff :)
00008    */
00009 
00010 /* Generated at Fri Jan 15 15:32:32 CET 1999 from aero.bomb.c */
00011 
00012 #ifndef _P_AERO_BOMB_H
00013 #define _P_AERO_BOMB_H
00014 
00015 /* aero.bomb.c */
00016 void DestroyBomb(MECH * mech, int loc);
00017 int BombWeight(int i);
00018 char *bomb_name(int i);
00019 void bomb_list(MECH * mech, int player);
00020 float calc_dest(MECH * mech, short *x, short *y);
00021 void bomb_aim(MECH * mech, dbref player);
00022 void bomb_hit_hexes(MAP * map, int x, int y, int hitnb, int iscluster,
00023     int aff_d, int aff_h, char *tomsg, char *otmsg, char *tomsg1,
00024     char *otmsg1);
00025 void simulate_flight(MECH * mech, MAP * map, short *x, short *y, float t);
00026 void bomb_drop(MECH * mech, int player, int bn);
00027 void mech_bomb(dbref player, void *data, char *buffer);
00028 
00029 #endif                          /* _P_AERO_BOMB_H */

Generated on Mon May 28 04:25:23 2007 for BattletechMUX by  doxygen 1.4.7