Fix include paths for Impl
This commit is contained in:
parent
d4edc1047e
commit
54188ce1f9
@ -24,7 +24,7 @@ distribution.
|
||||
#ifndef __PolyVox_ArraySizesImpl_H__
|
||||
#define __PolyVox_ArraySizesImpl_H__
|
||||
|
||||
#include "Impl/TypeDef.h"
|
||||
#include "PolyVoxCore/Impl/TypeDef.h"
|
||||
|
||||
namespace PolyVox
|
||||
{
|
||||
@ -56,6 +56,6 @@ namespace PolyVox
|
||||
};
|
||||
}//namespace PolyVox
|
||||
|
||||
#include "Impl/ArraySizesImpl.inl"
|
||||
#include "PolyVoxCore/Impl/ArraySizesImpl.inl"
|
||||
|
||||
#endif //__PolyVox_ArraySizesImpl_H__
|
||||
|
@ -24,7 +24,7 @@ freely, subject to the following restrictions:
|
||||
#ifndef __PolyVox_Block_H__
|
||||
#define __PolyVox_Block_H__
|
||||
|
||||
#include "Impl/TypeDef.h"
|
||||
#include "PolyVoxCore/Impl/TypeDef.h"
|
||||
#include "PolyVoxCore/Vector.h"
|
||||
|
||||
#include <limits>
|
||||
@ -73,6 +73,6 @@ namespace PolyVox
|
||||
};
|
||||
}
|
||||
|
||||
#include "Impl/Block.inl"
|
||||
#include "PolyVoxCore/Impl/Block.inl"
|
||||
|
||||
#endif
|
||||
|
@ -21,7 +21,7 @@ freely, subject to the following restrictions:
|
||||
distribution.
|
||||
*******************************************************************************/
|
||||
|
||||
#include "Impl/Utility.h"
|
||||
#include "PolyVoxCore/Impl/Utility.h"
|
||||
#include "PolyVoxCore/Vector.h"
|
||||
|
||||
#include <cassert>
|
||||
|
@ -24,7 +24,7 @@ freely, subject to the following restrictions:
|
||||
#ifndef __PolyVox_SubArray_H__
|
||||
#define __PolyVox_SubArray_H__
|
||||
|
||||
#include "Impl/TypeDef.h"
|
||||
#include "PolyVoxCore/Impl/TypeDef.h"
|
||||
|
||||
namespace PolyVox
|
||||
{
|
||||
@ -83,6 +83,6 @@ namespace PolyVox
|
||||
};
|
||||
}//namespace PolyVox
|
||||
|
||||
#include "Impl/SubArray.inl"
|
||||
#include "PolyVoxCore/Impl/SubArray.inl"
|
||||
|
||||
#endif //__PolyVox_SubArray_H__
|
||||
|
Loading…
x
Reference in New Issue
Block a user