Tidying up Vector class

This commit is contained in:
David Williams
2008-05-26 19:58:55 +00:00
parent d0ffdee870
commit ebeebee126
2 changed files with 71 additions and 67 deletions

View File

@ -22,10 +22,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#ifndef __PolyVox_Vector_H__
#define __PolyVox_Vector_H__
#include <iostream>
#pragma region Headers
#include "boost/cstdint.hpp"
#include <iostream>
#pragma endregion
namespace PolyVox
{
///Represents a vector in space.