Fixed wrong include guards
This commit is contained in:
parent
9f0ae602b8
commit
36e9b8af2a
@ -21,8 +21,8 @@ freely, subject to the following restrictions:
|
|||||||
distribution.
|
distribution.
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#ifndef __PolyVox_Volume_H__
|
#ifndef __PolyVox_LargeVolume_H__
|
||||||
#define __PolyVox_Volume_H__
|
#define __PolyVox_LargeVolume_H__
|
||||||
|
|
||||||
#include "PolyVoxImpl/Block.h"
|
#include "PolyVoxImpl/Block.h"
|
||||||
#include "PolyVoxCore/Region.h"
|
#include "PolyVoxCore/Region.h"
|
||||||
@ -362,4 +362,4 @@ private:
|
|||||||
#include "PolyVoxCore/LargeVolume.inl"
|
#include "PolyVoxCore/LargeVolume.inl"
|
||||||
#include "PolyVoxCore/LargeVolumeSampler.inl"
|
#include "PolyVoxCore/LargeVolumeSampler.inl"
|
||||||
|
|
||||||
#endif
|
#endif //__PolyVox_LargeVolume_H__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user