From 3bd4df0253408afc756e9da4a282ce3a3a1b3219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20GUEZO?= Date: Sat, 6 Dec 2025 15:03:14 +0100 Subject: [PATCH] chore: lower case all files --- inc/{EBO.hpp => ebo.hpp} | 0 inc/{VAO.hpp => vao.hpp} | 0 inc/{VBO.hpp => vbo.hpp} | 0 src/{EBO.cpp => ebo.cpp} | 0 src/{VAO.cpp => vao.cpp} | 0 src/{VBO.cpp => vbo.cpp} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename inc/{EBO.hpp => ebo.hpp} (100%) rename inc/{VAO.hpp => vao.hpp} (100%) rename inc/{VBO.hpp => vbo.hpp} (100%) rename src/{EBO.cpp => ebo.cpp} (100%) rename src/{VAO.cpp => vao.cpp} (100%) rename src/{VBO.cpp => vbo.cpp} (100%) diff --git a/inc/EBO.hpp b/inc/ebo.hpp similarity index 100% rename from inc/EBO.hpp rename to inc/ebo.hpp diff --git a/inc/VAO.hpp b/inc/vao.hpp similarity index 100% rename from inc/VAO.hpp rename to inc/vao.hpp diff --git a/inc/VBO.hpp b/inc/vbo.hpp similarity index 100% rename from inc/VBO.hpp rename to inc/vbo.hpp diff --git a/src/EBO.cpp b/src/ebo.cpp similarity index 100% rename from src/EBO.cpp rename to src/ebo.cpp diff --git a/src/VAO.cpp b/src/vao.cpp similarity index 100% rename from src/VAO.cpp rename to src/vao.cpp diff --git a/src/VBO.cpp b/src/vbo.cpp similarity index 100% rename from src/VBO.cpp rename to src/vbo.cpp