25 lines
357 B
C
25 lines
357 B
C
#define __CONTROL__
|
|
#ifdef __CONTROL__
|
|
#pragma once
|
|
|
|
|
|
#include "Button.h"
|
|
#include "Combox.h"
|
|
#include "Comboxs.h"
|
|
#include "Label.h"
|
|
#include "SliderBar.h"
|
|
#include "SwitchBool.h"
|
|
#include "TextBox.h"
|
|
#include "Image.h"
|
|
#include "Panel.h"
|
|
#include "ImageButton.h"
|
|
|
|
#ifdef _WIN32
|
|
|
|
//#include "BtnClick.h"
|
|
//#include "VK_Click.h"
|
|
|
|
#endif // _WIN32
|
|
|
|
|
|
#endif |