XPlor/libs/zonefile/360/zonefile_cod10_360.h

17 lines
348 B
C
Raw Normal View History

#ifndef ZONEFILE_COD10_360_H
#define ZONEFILE_COD10_360_H
#include "zonefile.h"
class ZoneFile_COD10_360 : public ZoneFile
{
public:
ZoneFile_COD10_360();
~ZoneFile_COD10_360();
bool Load(const QByteArray aFileData) override;
2025-07-10 00:05:44 -04:00
Utils::AssetType AssetStrToEnum(const QString aAssetType) override;
};
#endif // ZONEFILE_COD10_360_H