1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Moved CGameState files into a separate directory

This commit is contained in:
Ivan Savenko
2023-06-23 18:02:48 +03:00
parent 5c3cacd290
commit 85262cf4f5
79 changed files with 527 additions and 706 deletions

View File

@@ -15,7 +15,7 @@
#include "../mapObjectConstructors/CObjectClassesHandler.h"
#include "../CTownHandler.h"
#include "../IGameCallback.h"
#include "../CGameState.h"
#include "../gameState/CGameState.h"
#include "../CPlayerState.h"
#include "../NetPacks.h"
#include "../GameSettings.h"