XPlor/libs/zonefile/PS3/zonefile_cod6_ps3.h

19 lines
289 B
C
Raw Permalink Normal View History

#ifndef ZONEFILE_COD6_PS3_H
#define ZONEFILE_COD6_PS3_H
#include <QIcon>
#include "zonefile.h"
class ZoneFile_COD6_PS3 : public ZoneFile
{
public:
ZoneFile_COD6_PS3();
~ZoneFile_COD6_PS3();
bool Load(const QByteArray aFileData) override;
2025-09-05 18:35:17 -04:00
};
#endif // ZONEFILE_COD6_PS3_H