#ifndef TC_LOCATION_H #define TC_LOCATION_H #include typedef struct tc_location { void *world; tc_vec3f_s position; tc_vec3f_s rotation; } tc_location_s; tc_location_s tc_zero_location(); #endif // TC_LOCATION_H