#ifndef
VERTEX_TYPES_H
#define
VERTEX_TYPES_H
// Here is our D3DFVF define (flag). Our vertex type contains a (x,y,z) position
// and a color
#define
SVertexType D3DFVF_XYZ | D3DFVF_DIFFUSE
// Our vertex struct