XPlor/libs/zonefile/PS3/zonefile_cod10_ps3.h
2025-07-10 00:05:44 -04:00

16 lines
347 B
C++

#ifndef ZONEFILE_COD10_PS3_H
#define ZONEFILE_COD10_PS3_H
#include "zonefile.h"
class ZoneFile_COD10_PS3 : public ZoneFile
{
public:
ZoneFile_COD10_PS3();
~ZoneFile_COD10_PS3();
bool Load(const QByteArray aFileData) override;
Utils::AssetType AssetStrToEnum(const QString aAssetType) override;};
#endif // ZONEFILE_COD10_PS3_H