iw4x-client/iw4/Components/QuickPatch.hpp
2015-12-23 14:45:53 +01:00

10 lines
144 B
C++

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