Rename emp_obj_chr_name() to empobj_chr_name()
This commit is contained in:
parent
9b8683736b
commit
f99adf4b3c
4 changed files with 5 additions and 5 deletions
|
@ -100,7 +100,7 @@ struct empobj_chr;
|
|||
|
||||
extern char *obj_nameof(struct empobj *gp);
|
||||
extern struct empobj_chr *get_empobj_chr(struct empobj *gp);
|
||||
extern char *emp_obj_chr_name(struct empobj *gp);
|
||||
extern char *empobj_chr_name(struct empobj *gp);
|
||||
extern int get_empobj_mob_max(int type);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue