XPlor/libs/xassets/PS3/assets_cod8_ps3.h

19 lines
224 B
C
Raw Normal View History

2025-06-07 11:20:47 -04:00
#ifndef ASSETS_COD8_PS3_H
#define ASSETS_COD8_PS3_H
#include "assets.h"
class Assets_COD8_PS3 : public Assets
{
public:
Assets_COD8_PS3();
~Assets_COD8_PS3();
protected:
private:
};
#endif // ASSETS_COD8_PS3_H