iw4x-client/iw4/Components/QuickPatch.hpp
2015-12-25 21:42:35 +01:00

13 lines
186 B
C++

namespace Components
{
class QuickPatch : public Component
{
public:
QuickPatch();
const char* GetName() { return "QuickPatch"; };
private:
static _int64* GetStatsID();
};
}