XPlor/libs/zonefile/PS3/zonefile_cod7_ps3.h

17 lines
271 B
C
Raw Permalink Normal View History

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