6 lines
96 B
C++
6 lines
96 B
C++
#include "Log.h"
|
|
|
|
namespace PolyVox
|
|
{
|
|
void (*logHandler)(std::string, int severity) = 0;
|
|
} |