1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef TMATH_H #define TMATH_H #include <global_types.h> #include <pso/macros.h> #include <pso/protocol.h> struct vec2f { float x; float y; }; #endif