From d0c6627cdb91da4a3b9a7b8a68a5bf5d1a58551a Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Wed, 1 Feb 2023 13:50:13 +0200 Subject: [PATCH] Created separate file for CList --- client/adventureMap/{AdventureMapClasses.cpp => CList.cpp} | 0 client/adventureMap/{AdventureMapClasses.h => CList.h} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename client/adventureMap/{AdventureMapClasses.cpp => CList.cpp} (100%) rename client/adventureMap/{AdventureMapClasses.h => CList.h} (100%) diff --git a/client/adventureMap/AdventureMapClasses.cpp b/client/adventureMap/CList.cpp similarity index 100% rename from client/adventureMap/AdventureMapClasses.cpp rename to client/adventureMap/CList.cpp diff --git a/client/adventureMap/AdventureMapClasses.h b/client/adventureMap/CList.h similarity index 100% rename from client/adventureMap/AdventureMapClasses.h rename to client/adventureMap/CList.h