7566/src/Logger.h

9 lines
125 B
C

#ifndef _7566_LOGGER_H
#define _7566_LOGGER_H
void slog(char* str);
void serror(char* str);
void sdebug(char* str);
#endif