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

12 lines
179 B
C
Raw Normal View History

2011-04-12 07:51:09 +02:00
#ifndef UICHECKBOXSKIN_H
#define UICHECKBOXSKIN_H
2011-07-13 23:12:36 +02:00
#include <global.h>
2011-04-17 22:09:37 +02:00
#include <ui/uielementskin.h>
2011-04-17 21:14:24 +02:00
2011-04-17 22:09:37 +02:00
class UICheckBoxSkin : public UIElementSkin
2011-04-12 07:51:09 +02:00
{
};
#endif // UICHECKBOXSKIN_H