9 lines
93 B
C++
9 lines
93 B
C++
#ifndef DEBUG_H
|
|
#define DEBUG_H
|
|
|
|
#include <iostream>
|
|
|
|
void LogInfo(const char *msg);
|
|
|
|
#endif
|