Altered STerrainVertex definition.

This was SVN commit r99.
This commit is contained in:
notpete 2003-11-25 19:59:47 +00:00
parent a60cafe1d4
commit 5f4a43eea9

View File

@ -1,13 +1,15 @@
#ifndef MINIPATCH_H
#define MINIPATCH_H
#include "Vector3D.h"
#include "res.h"
#include "Color.h"
#include "Vector3D.h"
struct STerrainVertex
{
CVector3D m_Position;
float m_Color[2][3];
CVector3D m_Normal;
RGBColor m_Color;
};