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

13 lines
136 B
C
Raw Normal View History

2025-04-29 16:26:36 -04:00
#ifndef D3D9_VECTOR_H
#define D3D9_VECTOR_H
DECLARE_STRUCT(D3DVECTOR);
struct D3DVECTOR {
float x;
float y;
float z;
};
#endif