iw4x-client/iw4/Components/QuickPatch.hpp

13 lines
186 B
C++
Raw Normal View History

2015-12-23 08:45:53 -05:00
namespace Components
{
class QuickPatch : public Component
{
public:
QuickPatch();
const char* GetName() { return "QuickPatch"; };
2015-12-25 15:42:35 -05:00
private:
static _int64* GetStatsID();
2015-12-23 08:45:53 -05:00
};
}