From ac3001df61fdfa4e657a9e12690fed02805be8c6 Mon Sep 17 00:00:00 2001 From: Sunseille Date: Sat, 27 Apr 2019 15:41:10 +0200 Subject: [PATCH] added an uppercase at the first letter to main.cpp every other files have one except the main file --- CMakeLists.txt | 2 +- main.cpp => Main.cpp | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename main.cpp => Main.cpp (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index d86a3e1..efca492 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ set(imgui include/imgui/imgui.cpp set(SOURCE_FILES ${imgui} - main.cpp + Main.cpp Marker.cpp Fumen.cpp Note.cpp diff --git a/main.cpp b/Main.cpp similarity index 100% rename from main.cpp rename to Main.cpp