XPlor/libs/zonefile/PC/zonefile_cod9_pc.h

17 lines
336 B
C
Raw Normal View History

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