Initial commit
This commit is contained in:
8
src/classes/debug.h
Normal file
8
src/classes/debug.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef DEBUG_H
|
||||
#define DEBUG_H
|
||||
|
||||
#include <iostream>
|
||||
|
||||
void LogInfo(const char *msg);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user