feat: add logging system, orchestrator, and documentation
This commit is contained in:
8
engine/src/log.h
Normal file
8
engine/src/log.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef LOG_H
|
||||
#define LOG_H
|
||||
|
||||
void log_init(void);
|
||||
void log_msg(const char *fmt, ...);
|
||||
void log_close(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user