From 02c9484c9c5679b47505995f6ae389efd90c2a89 Mon Sep 17 00:00:00 2001 From: Hyper <34012267+hyperbx@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:02:09 +0100 Subject: [PATCH] Update file names to match convention --- UnleashedRecomp/{Config.h => config.h} | 0 UnleashedRecomp/{Mutex.h => mutex.h} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename UnleashedRecomp/{Config.h => config.h} (100%) rename UnleashedRecomp/{Mutex.h => mutex.h} (100%) diff --git a/UnleashedRecomp/Config.h b/UnleashedRecomp/config.h similarity index 100% rename from UnleashedRecomp/Config.h rename to UnleashedRecomp/config.h diff --git a/UnleashedRecomp/Mutex.h b/UnleashedRecomp/mutex.h similarity index 100% rename from UnleashedRecomp/Mutex.h rename to UnleashedRecomp/mutex.h