Renamaed Files to make it "Less confusing"

This commit is contained in:
2025-06-12 12:29:35 +01:00
parent b2c8aaaf09
commit 4703fa73c1
5 changed files with 10 additions and 24 deletions
@@ -1,4 +1,4 @@
#include "utils_vec.hpp"
#include "vec_utils.hpp"
vec3 vec3::operator+(const vec3 &other) const
{
@@ -1,5 +1,5 @@
#ifndef UTILS_VEC_HPP
#define UTILS_VEC_HPP
#ifndef VEC_UTILS_HPP
#define VEC_UTILS_HPP
#include <cstddef>
#include <cstdlib>
@@ -34,4 +34,4 @@ public:
vec3 normalize() const;
};
#endif // !UTILS_VEC_HPP
#endif // !VEC_UTILS_HPP