Moved Config.h out of the 'Impl' folder. It should probably be considered part of the public API as users may want to adjust it for their purposes.
This commit is contained in:
@ -24,10 +24,9 @@ freely, subject to the following restrictions:
|
||||
#ifndef __PolyVox_LoggingImpl_H__
|
||||
#define __PolyVox_LoggingImpl_H__
|
||||
|
||||
#include "PolyVox/Config.h"
|
||||
#include "PolyVox/Logging.h"
|
||||
|
||||
#include "PolyVox/Impl/Config.h"
|
||||
|
||||
#include <sstream>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user