1 2 3 4 5 6 7 8 9 10
#ifndef SFML_VECTOR3_H #define SFML_VECTOR3_H struct sfVector3f { float x; float y; float z; }; #endif // SFML_VECTOR3_H