#ifndef __TYPES_H_ #define __TYPES_H_ typedef struct vector_2d_i{ int x; int y; } vector2Di; #endif // __TYPES_H_