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

/include/move.h

HOME :: include :: move.h
// move.h

#ifndef __MOVE__
#define __MOVE__

varargs int move(mixed dest, int silent);
int weight();
int query_weight();
int query_encumbrance();
int query_max_encumbrance();
int over_encumbranced();

#endif
HOME :: include :: move.h