mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
Fix game startup
This commit is contained in:
@@ -50,7 +50,7 @@ public:
|
||||
std::unique_ptr<CPack> retrievePack(const std::vector<std::byte> & data);
|
||||
|
||||
void enterLobbyConnectionMode();
|
||||
void setCallback(IGameInfoCallback * cb);
|
||||
void setCallback(IGameInfoCallback & cb);
|
||||
void setSerializationVersion(ESerializationVersion version);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user