iw4x-client/src/Components/Modules/QuickPatch.hpp
2016-01-04 15:43:09 +01:00

15 lines
216 B
C++

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