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

/include/skill.h

HOME :: include :: skill.h
// skill.h
#ifndef __SKILL__
#define __SKILL__

#define SKILL_FLAG_ABANDONED 0x8000

varargs int query_skill(string, int);
string skill_mapped(string);
varargs void improve_skill(string skill, int amount);

#endif
HOME :: include :: skill.h