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

9 lines
116 B
C++
Raw Normal View History

2011-07-13 23:12:36 +02:00
#include <global.h>
2011-04-17 21:14:24 +02:00
#include <ui/uicheckbox.h>
2011-04-12 07:51:09 +02:00
UICheckBox::UICheckBox(UI::ElementType type): UIElement(type)
2011-04-12 07:51:09 +02:00
{
}