#ifndef D3D9_VECTOR_H #define D3D9_VECTOR_H DECLARE_STRUCT(D3DVECTOR); struct D3DVECTOR { float x; float y; float z; }; #endif