00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef _P_GLUE_HCODE_H
00013 #define _P_GLUE_HCODE_H
00014
00015
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