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