XPlor/libs/zonefile/PS3/zonefile_cod10_ps3.h
2025-09-05 18:35:17 -04:00

16 lines
276 B
C++

#ifndef ZONEFILE_COD10_PS3_H
#define ZONEFILE_COD10_PS3_H
#include "zonefile.h"
class ZoneFile_COD10_PS3 : public ZoneFile
{
public:
ZoneFile_COD10_PS3();
~ZoneFile_COD10_PS3();
bool Load(const QByteArray aFileData) override;
};
#endif // ZONEFILE_COD10_PS3_H