simplegui/GUI/inc/SGUI_Common.h

16 lines
619 B
C
Raw Normal View History

#ifndef __INCLUDE_GUI_COMMON_H__
#define __INCLUDE_GUI_COMMON_H__
//=======================================================================//
//= Load configurations. =//
//=======================================================================//
#include "SGUI_Config.h"
//=======================================================================//
//= Include files. =//
//=======================================================================//
#include "SGUI_Typedef.h"
#include "SGUI_Interface.h"
#include "SGUI_Utility.h"
#endif // __INCLUDE_GUI_COMMON_H__