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
|
@ -54,6 +54,7 @@ extern int unit_cargo_count(int, int, int);
|
|||
extern int unit_nplane(int, int, int *, int *, int *);
|
||||
extern void unit_onresize(int);
|
||||
|
||||
extern char *unit_nameof(struct empobj *);
|
||||
extern void unit_list(struct emp_qelem *);
|
||||
extern void unit_put(struct emp_qelem *list, natid actor);
|
||||
extern char *unit_path(int, struct empobj *, char *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue