2009-04-06 21:16:40 +00:00

6 lines
96 B
C++

#include "Log.h"
namespace PolyVox
{
void (*logHandler)(std::string, int severity) = 0;
}