binana/profile/3.3.5a-windows-386/include/external/d3d9/vector.h

12 lines
136 B
C

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