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

9 lines
116 B
C++

#include <global.h>
#include <ui/uicheckbox.h>
UICheckBox::UICheckBox(UI::ElementType type): UIElement(type)
{
}