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

@@ -57,7 +57,7 @@
#include <boost/uuid/uuid_io.hpp>
#include <boost/uuid/uuid_generators.hpp>
#include "../lib/CGameState.h"
#include "../lib/gameState/CGameState.h"
template<typename T> class CApplyOnServer;