mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Added 'Serializeable' base class for classes serializeable by pointer
This commit is contained in:
@@ -185,7 +185,7 @@ protected:
|
||||
void serializeJsonOptions(JsonSerializeFormat & handler) override;
|
||||
};
|
||||
|
||||
struct DLL_LINKAGE TeleportChannel
|
||||
struct DLL_LINKAGE TeleportChannel : public Serializeable
|
||||
{
|
||||
enum EPassability {UNKNOWN, IMPASSABLE, PASSABLE};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user