mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Switch client-server communication to new API
This commit is contained in:
@@ -51,7 +51,7 @@ struct VectorizedObjectInfo
|
||||
};
|
||||
|
||||
/// Base class for serializers capable of reading or writing data
|
||||
class DLL_LINKAGE CSerializer
|
||||
class DLL_LINKAGE CSerializer : boost::noncopyable
|
||||
{
|
||||
template<typename Numeric, std::enable_if_t<std::is_arithmetic_v<Numeric>, bool> = true>
|
||||
static int32_t idToNumber(const Numeric &t)
|
||||
|
||||
Reference in New Issue
Block a user