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,9 +24,9 @@ distribution.
|
||||
#ifndef __PolyVox_ExceptionsImpl_H__
|
||||
#define __PolyVox_ExceptionsImpl_H__
|
||||
|
||||
#include "PolyVox/Config.h"
|
||||
#include "PolyVox/Exceptions.h"
|
||||
|
||||
#include "PolyVox/Impl/Config.h"
|
||||
#include "PolyVox/Impl/LoggingImpl.h" // Exceptions can log when they are thrown.
|
||||
|
||||
#include <cstdlib> // For std::exit
|
||||
|
Reference in New Issue
Block a user