src/hcode/btech/p.mech.maps.h

Go to the documentation of this file.
00001 
00002 /*
00003    p.mech.maps.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 Mon Mar 22 08:51:14 CET 1999 from mech.maps.c */
00011 
00012 #ifndef _P_MECH_MAPS_H
00013 #define _P_MECH_MAPS_H
00014 
00015 /* mech.maps.c */
00016 void mech_findcenter(dbref player, void *data, char *buffer);
00017 const char *GetTerrainName_base(int t);
00018 const char *GetTerrainName(MAP * map, int x, int y);
00019 void mech_navigate(dbref player, void *data, char *buffer);
00020 char GetLRSMechChar(MECH * mech, MECH * tempMech);
00021 void mech_lrsmap(dbref player, void *data, char *buffer);
00022 char *TerrainColor(char terrain, int elev);
00023 void TacMapTerr(MAP * mech_map, int x, int y, char *terr, char *elev,
00024     int isdown);
00025 char **MakeMapText(dbref player, MECH * mech, MAP * mech_map, int x, int y,
00026     int xw, int yw, int labels, int dohexlos);
00027 void mech_tacmap(dbref player, void *data, char *buffer);
00028 void mech_enterbase(dbref player, void *data, char *buffer);
00029 
00030 #endif                          /* _P_MECH_MAPS_H */

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