#ifndef GEOMETRY_H #define GEOMETRY_H struct vec2 { float x; float y; }; #endif