Moved all headers from 'PolyVoxCore' to 'PolyVox', as we no longer have the core/util distinction.
This commit is contained in:
@ -23,9 +23,9 @@ freely, subject to the following restrictions:
|
||||
|
||||
#include "TestAStarPathfinder.h"
|
||||
|
||||
#include "PolyVoxCore/AStarPathfinder.h"
|
||||
#include "PolyVoxCore/Material.h"
|
||||
#include "PolyVoxCore/RawVolume.h"
|
||||
#include "PolyVox/AStarPathfinder.h"
|
||||
#include "PolyVox/Material.h"
|
||||
#include "PolyVox/RawVolume.h"
|
||||
|
||||
#include <QtTest>
|
||||
|
||||
|
Reference in New Issue
Block a user