dos: stop logger and write fps to the console before exiting
[retrobench] / src / dos / logger.h
index 9ef9a85..171c175 100644 (file)
@@ -6,6 +6,7 @@ extern "C" {
 #endif
 
 int init_logger(const char *fname);
+void stop_logger(void);
 
 #ifdef __cplusplus
 }