/* Universe Objects Management Main */ #ifndef UNVMAIN_H #define UNVMAIN_H #include "objects.h" /* * Global Garbage Pbject: */ extern xsw_object_struct unv_garbage_object; extern void UNVObjSetGarbage(xsw_object_struct *obj); extern void UNVLegendReset(sw_legend_struct *legend); extern int UNVInit(void); extern void UNVShutdown(void); #endif /* UNVFILE_H */