From d56128146c3f9a0849cdc1f429c8e9452bfa0f9c Mon Sep 17 00:00:00 2001 From: Garrett Cox Date: Sat, 13 Jan 2024 16:51:06 -0600 Subject: [PATCH] Rename some SoH files to Ben --- mm/2s2h/{SohGui.cpp => BenGui.cpp} | 0 mm/2s2h/{SohGui.hpp => BenGui.hpp} | 0 mm/2s2h/{SohMenuBar.cpp => BenMenuBar.cpp} | 0 mm/2s2h/{SohMenuBar.h => BenMenuBar.h} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename mm/2s2h/{SohGui.cpp => BenGui.cpp} (100%) rename mm/2s2h/{SohGui.hpp => BenGui.hpp} (100%) rename mm/2s2h/{SohMenuBar.cpp => BenMenuBar.cpp} (100%) rename mm/2s2h/{SohMenuBar.h => BenMenuBar.h} (100%) diff --git a/mm/2s2h/SohGui.cpp b/mm/2s2h/BenGui.cpp similarity index 100% rename from mm/2s2h/SohGui.cpp rename to mm/2s2h/BenGui.cpp diff --git a/mm/2s2h/SohGui.hpp b/mm/2s2h/BenGui.hpp similarity index 100% rename from mm/2s2h/SohGui.hpp rename to mm/2s2h/BenGui.hpp diff --git a/mm/2s2h/SohMenuBar.cpp b/mm/2s2h/BenMenuBar.cpp similarity index 100% rename from mm/2s2h/SohMenuBar.cpp rename to mm/2s2h/BenMenuBar.cpp diff --git a/mm/2s2h/SohMenuBar.h b/mm/2s2h/BenMenuBar.h similarity index 100% rename from mm/2s2h/SohMenuBar.h rename to mm/2s2h/BenMenuBar.h