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