]> git.lizzy.rs Git - nothing.git/blob - src/system/log.h
(#639) Make rigid bodies interact with platforms
[nothing.git] / src / system / log.h
1 #ifndef LOG_H_
2 #define LOG_H_
3
4 int log_fail(const char *format, ...);
5 int log_warn(const char *format, ...);
6 int log_info(const char *format, ...);
7
8 #endif  // LOG_H_