src/hcode/include/p.glue.hcode.h

Go to the documentation of this file.
00001 
00002 /*
00003    p.glue.hcode.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 Feb 22 14:59:37 CET 1999 from glue.hcode.c */
00011 
00012 #ifndef _P_GLUE_HCODE_H
00013 #define _P_GLUE_HCODE_H
00014 
00015 /* glue.hcode.c */
00016 int bt_get_attr(char *tbuf, int obj, char *name);
00017 char *silly_atr_get(int id, int flag);
00018 void silly_atr_set(int id, int flag, char *dat);
00019 void bt_set_attr(dbref obj, char *attri, char *value);
00020 void KillText(char **mapt);
00021 void ShowText(char **mapt, dbref player);
00022 float FBOUNDED(float min, float val, float max);
00023 int BOUNDED(int min, int val, int max);
00024 int MAX(int v1, int v2);
00025 int MIN(int v1, int v2);
00026 int silly_parseattributes(char *buffer, char **args, int max);
00027 int mech_parseattributes(char *buffer, char **args, int maxargs);
00028 int proper_parseattributes(char *buffer, char **args, int max);
00029 int proper_explodearguments(char *buffer, char **args, int max);
00030 char *first_parseattribute(char *buffer);
00031 
00032 #endif                          /* _P_GLUE_HCODE_H */

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