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