ES2 MUD LIB :: 東方故事二(ES2) 天朝帝國 mudlib 瀏覽展示

/doc/lpc/defines/HAS_STATUS_TYPE

HOME :: doc :: lpc :: defines :: HAS_STATUS_TYPE
defining HAS_STATUS_TYPE adds a type 'status' which is exactly the same as
'int'.  This is provided to allow older code which uses the 'status' type
to compile.  Another option is to just put the line:

#define status int

in the global include file.
HOME :: doc :: lpc :: defines :: HAS_STATUS_TYPE