Initial commit
This commit is contained in:
commit
edfc5298e1
252 changed files with 93965 additions and 0 deletions
7
include/Spectre/System/Log.h
Normal file
7
include/Spectre/System/Log.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
#ifndef SYSTEM_LOG_H
|
||||
#define SYSTEM_LOG_H
|
||||
|
||||
void log(const char *fmt, ...);
|
||||
|
||||
#endif /* SYSTEM_LOG_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue