diff --git a/libs/xassets/xgfxsurface.cpp b/libs/xassets/xgfxsurface.cpp new file mode 100644 index 0000000..85b50c5 --- /dev/null +++ b/libs/xassets/xgfxsurface.cpp @@ -0,0 +1,23 @@ +#include "xgfxstatebits.h" + +XGfxStateBits::XGfxStateBits() + : XAsset() + , mLoadBits() +{ + +} + +XGfxStateBits::~XGfxStateBits() +{ + +} + +void XGfxStateBits::ParseData(QDataStream *aStream) +{ + +} + +void XGfxStateBits::Clear() +{ + mLoadBits = QVector(); +}