#ifndef VEC_H #define VEC_H struct Vec2{ int x; int y; }; #endif // VEC_H