2018-04-19 13:56:06 +00:00
|
|
|
#ifndef __INCLUDE_GUI_COMMON_H__
|
|
|
|
#define __INCLUDE_GUI_COMMON_H__
|
2017-12-27 12:03:30 +00:00
|
|
|
//=======================================================================//
|
2021-03-30 11:09:03 +00:00
|
|
|
//= Load configurations. =//
|
2018-04-19 13:56:06 +00:00
|
|
|
//=======================================================================//
|
2021-03-30 11:09:03 +00:00
|
|
|
#include "SGUI_Config.h"
|
2020-03-19 14:34:59 +00:00
|
|
|
|
2018-04-19 13:56:06 +00:00
|
|
|
//=======================================================================//
|
2021-03-30 11:09:03 +00:00
|
|
|
//= Include files. =//
|
2018-04-19 13:56:06 +00:00
|
|
|
//=======================================================================//
|
2021-03-30 11:09:03 +00:00
|
|
|
#include "SGUI_Typedef.h"
|
|
|
|
#include "SGUI_Interface.h"
|
|
|
|
#include "SGUI_Utility.h"
|
2018-04-19 13:56:06 +00:00
|
|
|
|
|
|
|
#endif // __INCLUDE_GUI_COMMON_H__
|