iw4x-client/iw4/Components/QuickPatch.hpp

10 lines
144 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"; };
};
}