Massive changes to the organisation of PolyVoxCore and PolyVoxYtil.
Also added start of logging capability.
This commit is contained in:
3
library/PolyVoxCore/source/Log.cpp
Normal file
3
library/PolyVoxCore/source/Log.cpp
Normal file
@ -0,0 +1,3 @@
|
||||
#include "Log.h"
|
||||
|
||||
void (*logImpl)(std::string) = 0;
|
Reference in New Issue
Block a user