Renamed Logging.h to LoggingImpl.h
Added missing files to CMakeLists.txt
This commit is contained in:
@ -25,7 +25,7 @@ distribution.
|
||||
#define __PolyVox_Assertions_H__
|
||||
|
||||
#include "PolyVox/Impl/Config.h"
|
||||
#include "PolyVox/Impl/Logging.h" // Asserts can log when they fire.
|
||||
#include "PolyVox/Impl/LoggingImpl.h" // Asserts can log when they fire.
|
||||
|
||||
// The code below implements a custom assert function called POLYVOX_ASSERT which has a number of advantages compared
|
||||
// to the standard C/C++ assert(). It is inspired by http://cnicholson.net/2009/02/stupid-c-tricks-adventures-in-assert/
|
||||
|
Reference in New Issue
Block a user