2018-12-11 13:49:24 +00:00
|
|
|
#ifndef _INCLUDED_SGUI_FLASHDATA_H_
|
|
|
|
#define _INCLUDED_SGUI_FLASHDATA_H_
|
|
|
|
//=======================================================================//
|
|
|
|
//= Include files. =//
|
|
|
|
//=======================================================================//
|
|
|
|
#include "SGUI_Typedef.h"
|
|
|
|
|
|
|
|
//=======================================================================//
|
|
|
|
//= Public variable declaration. =//
|
|
|
|
//=======================================================================//
|
2019-12-01 15:04:02 +00:00
|
|
|
extern const SGUI_FONT_RES SGUI_DEFAULT_FONT_8;
|
|
|
|
extern const SGUI_FONT_RES SGUI_DEFAULT_FONT_12;
|
|
|
|
extern const SGUI_FONT_RES SGUI_DEFAULT_FONT_16;
|
2018-12-11 13:49:24 +00:00
|
|
|
|
|
|
|
#endif // _INCLUDED_SGUI_FLASHDATA_H_
|