#ifndef MV4_H #define MV4_H #include "mat4.h" #include "vec4.h" Vec4f_t mat4f_mul_vec4f(const Mat4f_t mat, Vec4f_t v); #endif // MATRIX4_H