XPlor/libs/xassets/xgfxsurface.cpp

22 lines
201 B
C++
Raw Normal View History

2025-09-07 13:13:27 -04:00
#include "xgfxsurface.h"
2025-09-05 21:34:52 +00:00
2025-09-07 13:13:27 -04:00
XGfxSurface::XGfxSurface()
2025-09-05 21:34:52 +00:00
{
2025-09-07 13:13:27 -04:00
2025-09-05 21:34:52 +00:00
}
2025-09-07 13:13:27 -04:00
XGfxSurface::~XGfxSurface()
2025-09-05 21:34:52 +00:00
{
2025-09-07 13:13:27 -04:00
2025-09-05 21:34:52 +00:00
}
2025-09-07 13:13:27 -04:00
void XGfxSurface::ParseData(QDataStream *aStream)
2025-09-05 21:34:52 +00:00
{
2025-09-07 13:13:27 -04:00
2025-09-05 21:34:52 +00:00
}
2025-09-07 13:13:27 -04:00
void XGfxSurface::Clear()
2025-09-05 21:34:52 +00:00
{
2025-09-07 13:13:27 -04:00
2025-09-05 21:34:52 +00:00
}