fix: add #include / ifndef macros

This commit is contained in:
2025-09-03 20:34:02 +02:00
parent 77e58d1578
commit c1f020ef1e

View File

@@ -1,4 +1,9 @@
#ifndef MV4_H
#define MV4_H
#include "mat4.h" #include "mat4.h"
#include "vec4.h" #include "vec4.h"
Vec4f_t mat4f_mul_vec4f(const Mat4f_t mat, Vec4f_t v); Vec4f_t mat4f_mul_vec4f(const Mat4f_t mat, Vec4f_t v);
#endif // MATRIX4_H