dos: stop logger and write fps to the console before exiting
[retrobench] / src / dos / logger.h
1 #ifndef LOGGER_H_
2 #define LOGGER_H_
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 int init_logger(const char *fname);
9 void stop_logger(void);
10
11 #ifdef __cplusplus
12 }
13 #endif
14
15 #endif  /* LOGGER_H_ */