]> git.pond.sub.org Git - empserver/blobdiff - include/unit.h
Rename obj_nameof() to unit_nameof() and move to unitsub.c
[empserver] / include / unit.h
index 06d082f02bca1dcbb5e764006987a4be15576935..1eb5df24383cbc29b62132c90821d5a5dfb30e8d 100644 (file)
@@ -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 *);