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

8 lines
94 B
C++

#include "uicheckbox.h"
UICheckBox::UICheckBox(UI::EElementType type): UIElement(type)
{
}