server/src/common/gamecode/creport.h
2001-04-26 17:41:06 +00:00

8 lines
237 B
C

#include <time.h>
extern void report_computer(FILE * F, struct faction * f, const time_t report_time);
extern void creport_cleanup(void);
extern void creport_init(void);
extern void report_init(void);
extern void report_cleanup(void);