rename for linux sake

This commit is contained in:
yggdrasil75
2025-11-06 10:01:04 -05:00
parent f4f9442cfd
commit 6ec0ee0f98
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
#ifndef GRID2_HPP #ifndef GRID2_HPP
#define GRID2_HPP #define GRID2_HPP
#include "Vec2.hpp" #include "vec2.hpp"
#include "Vec4.hpp" #include "vec4.hpp"
#include <vector> #include <vector>
#include <cstdint> #include <cstdint>
#include <algorithm> #include <algorithm>
@@ -228,4 +228,4 @@ public:
} }
}; };
#endif #endif