1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

move SetStackEffect to a separate file

This commit is contained in:
Ivan Savenko
2023-10-24 01:27:52 +03:00
parent 5523f05284
commit 5cbf5031ea
15 changed files with 55 additions and 22 deletions

View File

@@ -16,6 +16,7 @@
#include "../lib/gameState/CGameState.h"
#include "../lib/networkPacks/PacksForClientBattle.h"
#include "../lib/networkPacks/SetStackEffect.h"
///ServerSpellCastEnvironment
ServerSpellCastEnvironment::ServerSpellCastEnvironment(CGameHandler * gh)