From 1b4e3990e8d1dd433abdc42bb78d52c58f467e2a Mon Sep 17 00:00:00 2001 From: Jack Date: Sun, 25 Aug 2024 22:52:15 -0400 Subject: [PATCH] Tmp commit Because I'm just renaming a file by making it lower case (technically snake_case) I need to do a tmp commit so the rename sticks. --- include/{Uniforms.h => uniforms-tmp.h} | 0 source/{Uniforms.cpp => uniforms-tmp.cpp} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename include/{Uniforms.h => uniforms-tmp.h} (100%) rename source/{Uniforms.cpp => uniforms-tmp.cpp} (100%) diff --git a/include/Uniforms.h b/include/uniforms-tmp.h similarity index 100% rename from include/Uniforms.h rename to include/uniforms-tmp.h diff --git a/source/Uniforms.cpp b/source/uniforms-tmp.cpp similarity index 100% rename from source/Uniforms.cpp rename to source/uniforms-tmp.cpp