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

8 lines
94 B
C++
Raw Normal View History

2011-04-12 07:51:09 +02:00
#include "uicheckbox.h"
UICheckBox::UICheckBox(UI::EElementType type): UIElement(type)
{
}