mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
12 lines
179 B
C++
12 lines
179 B
C++
#ifndef UICHECKBOXSKIN_H
|
|
#define UICHECKBOXSKIN_H
|
|
|
|
#include <global.h>
|
|
#include <ui/uielementskin.h>
|
|
|
|
class UICheckBoxSkin : public UIElementSkin
|
|
{
|
|
};
|
|
|
|
#endif // UICHECKBOXSKIN_H
|