#ifndef
D3D_OBJ_H
#define
D3D_OBJ_H
#include
<d3d9.h>
#include
<d3dx9.h>
#include
<d3dx9math.h>
#include
<assert.h>
#include
"
vertex_types.h
"
// A position in 3D space
class
CPos
{
public
: