1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Renamed CAdvMapInt to its proper full name

This commit is contained in:
Ivan Savenko
2023-04-12 16:04:38 +03:00
parent f1902ab247
commit 4ec32e4dcd
22 changed files with 120 additions and 120 deletions

View File

@@ -17,7 +17,7 @@
#include "MapViewModel.h"
#include "../CPlayerInterface.h"
#include "../adventureMap/CAdvMapInt.h"
#include "../adventureMap/CAdventureMapInterface.h"
#include "../gui/CGuiHandler.h"
#include "../../lib/CConfigHandler.h"