diff options
Diffstat (limited to 'common/serializer.h')
-rw-r--r-- | common/serializer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/serializer.h b/common/serializer.h index 09f36d064b..e8db40923a 100644 --- a/common/serializer.h +++ b/common/serializer.h @@ -28,6 +28,7 @@ namespace Common { +#define VER(x) Common::Serializer::Version(x) #define SYNC_AS(SUFFIX,TYPE,SIZE) \ template<typename T> \ |