Moved core code from Ogre namespace to PolyVox namespace.

This commit is contained in:
David Williams
2008-02-10 11:45:34 +00:00
parent a518afff41
commit 76df5e00b5
25 changed files with 341 additions and 24 deletions

View File

@ -32,11 +32,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "SurfaceVertex.h"
#include "RegionGeometry.h"
#include "Vector.hpp"
#include "Vector.h"
#include <set>
namespace Ogre
namespace PolyVox
{
enum NormalGenerationMethod
{