mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-14 08:47:57 -05:00
Move common structureddatadef classes to objcommon
This commit is contained in:
13
src/ObjCommon/StructuredDataDef/CommonStructuredDataDef.cpp
Normal file
13
src/ObjCommon/StructuredDataDef/CommonStructuredDataDef.cpp
Normal file
@ -0,0 +1,13 @@
|
||||
#include "CommonStructuredDataDef.h"
|
||||
|
||||
CommonStructuredDataDef::CommonStructuredDataDef()
|
||||
: CommonStructuredDataDef(0)
|
||||
{
|
||||
}
|
||||
|
||||
CommonStructuredDataDef::CommonStructuredDataDef(const int version)
|
||||
: m_version(version),
|
||||
m_checksum(0u),
|
||||
m_size_in_byte(0u)
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user