Massive changes to the organisation of PolyVoxCore and PolyVoxYtil.
Also added start of logging capability.
This commit is contained in:
10
library/PolyVoxCore/include/Log.h
Normal file
10
library/PolyVoxCore/include/Log.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef __PolyVox_Log_H__
|
||||
#define __PolyVox_Log_H__
|
||||
|
||||
#include "PolyVoxImpl/TypeDef.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
POLYVOXCORE_API extern void (*logImpl)(std::string);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user