#ifndef TYPEDEFS_H_ #define TYPEDEFS_H_ typedef struct { float x; float y; float z; } Vector3D; #endif