From 7a640bd0622caf8a3354934d0400e8c361cdeee3 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Tue, 26 Oct 2021 17:00:14 +0100 Subject: Add EGL setup (unused for now). --- src/log.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/log.h (limited to 'src/log.h') diff --git a/src/log.h b/src/log.h new file mode 100644 index 0000000..e030bc9 --- /dev/null +++ b/src/log.h @@ -0,0 +1,9 @@ +#ifndef LOG_H +#define LOG_H + +void log_error(const char *const fmt, ...); +void log_warning(const char *const fmt, ...); +void log_debug(const char *const fmt, ...); +void log_info(const char *const fmt, ...); + +#endif /* LOG_H */ -- cgit v1.2.3