server/src/common/gamecode/creport.h

9 lines
237 B
C
Raw Normal View History

2001-04-26 19:41:06 +02:00
#include <time.h>
extern void report_computer(FILE * F, struct faction * f, const time_t report_time);
2001-02-05 17:12:44 +01:00
extern void creport_cleanup(void);
extern void creport_init(void);
extern void report_init(void);
extern void report_cleanup(void);