1
0
Fork 0
spectre/include/Spectre/System/Log.h
2016-01-10 09:26:43 +01:00

7 lines
103 B
C

#ifndef SYSTEM_LOG_H
#define SYSTEM_LOG_H
void log(const char *fmt, ...);
#endif /* SYSTEM_LOG_H */