tibia-client/src/framework/ui/uicheckbox.h

15 lines
194 B
C
Raw Normal View History

2011-04-12 07:51:09 +02:00
#ifndef UICHECKBOX_H
#define UICHECKBOX_H
#include <ui/uielement.h>
class UICheckBox : public UIElement
{
public:
UICheckBox(UI::EElementType type = UI::Element);
};
#endif // UICHECKBOX_H