X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fdos%2Flogger.h;fp=src%2Fdos%2Flogger.h;h=9ef9a859a27ce35683d4450a6fffaa627c1404a0;hb=387c4948b144c51c5b6fcfb8f558c3becf324f70;hp=0000000000000000000000000000000000000000;hpb=b651991a8cb4cf8a1e64c66175f27091c805fdf6;p=retrobench diff --git a/src/dos/logger.h b/src/dos/logger.h new file mode 100644 index 0000000..9ef9a85 --- /dev/null +++ b/src/dos/logger.h @@ -0,0 +1,14 @@ +#ifndef LOGGER_H_ +#define LOGGER_H_ + +#ifdef __cplusplus +extern "C" { +#endif + +int init_logger(const char *fname); + +#ifdef __cplusplus +} +#endif + +#endif /* LOGGER_H_ */