Rename obj_nameof() to unit_nameof() and move to unitsub.c
This commit is contained in:
parent
766788480f
commit
1c93c5fbc8
10 changed files with 41 additions and 47 deletions
|
@ -98,7 +98,6 @@ struct empobj_chr;
|
|||
#define put_empobj(type, n, p) ef_write((type), (n), (p))
|
||||
#define get_empobjp(type, n) ((struct empobj *)ef_ptr((type), (n)))
|
||||
|
||||
extern char *obj_nameof(struct empobj *gp);
|
||||
extern char *empobj_chr_name(struct empobj *gp);
|
||||
extern int get_empobj_mob_max(int type);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue