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

@@ -19,7 +19,7 @@
#include "../CGameInfo.h"
#include "../CPlayerInterface.h"
#include "../adventureMap/CAdvMapInt.h"
#include "../adventureMap/CAdventureMapInterface.h"
#include "../gui/CGuiHandler.h"
#include "../render/CAnimation.h"
#include "../render/Canvas.h"