This commit is contained in:
castano 2010-03-16 22:35:38 +00:00
parent 3cd2e382d3
commit e325ade1b6

View File

@ -3,8 +3,8 @@
#ifndef NV_MATH_PLANE_H #ifndef NV_MATH_PLANE_H
#define NV_MATH_PLANE_H #define NV_MATH_PLANE_H
#include <nvmath/nvmath.h> #include "nvmath.h"
#include <nvmath/Vector.h> #include "Vector.h"
namespace nv namespace nv
{ {