From 5184e5f3a2916c5583226e214387d32e3b87951a Mon Sep 17 00:00:00 2001 From: masterexplorer Date: Tue, 27 Aug 2024 10:17:43 +0200 Subject: [PATCH] Renamed cpp implementation variant --- turbolist.h => TurboList.hpp | 0 main.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename turbolist.h => TurboList.hpp (100%) diff --git a/turbolist.h b/TurboList.hpp similarity index 100% rename from turbolist.h rename to TurboList.hpp diff --git a/main.cpp b/main.cpp index 0be4460..1736ce7 100644 --- a/main.cpp +++ b/main.cpp @@ -2,7 +2,7 @@ #include #include -#include"turbolist.h" +#include"TurboList.hpp" #define PRINT_DBG 1