amiga_imgv

view src/logger.h @ 8:a9edbbdb8213

forgot to add the ILBM image loader
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 29 Oct 2017 15:08:29 +0200
parents
children
line source
1 #ifndef LOGGER_H_
2 #define LOGGER_H_
4 void logmsg(const char *fmt, ...);
6 #endif /* LOGGER_H_ */