XPlor/libs/zonefile/PC/zonefile_cod7_pc.h

17 lines
336 B
C
Raw Normal View History

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