XPlor/libs/zonefile/PS3/zonefile_cod8_ps3.h

17 lines
271 B
C
Raw Normal View History

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