1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

How about now?

This commit is contained in:
Tomasz Zieliński 2024-03-01 11:18:08 +01:00
parent 7df36279c5
commit 35c1ef7be2

View File

@ -9,10 +9,13 @@
*/ */
#pragma once #pragma once
#include "../lib/StartInfo.h" VCMI_LIB_NAMESPACE_BEGIN
struct StartInfo;
VCMI_LIB_NAMESPACE_END
class CVCMIServer; class CVCMIServer;
struct StartInfo;
class IServerRunner class IServerRunner
{ {