2019-12-10 15:04:51 +00:00
|
|
|
#ifndef _INCLUDE_RESOURCE_H_
|
|
|
|
#define _INCLUDE_RESOURCE_H_
|
|
|
|
|
|
|
|
#include "SGUI_Typedef.h"
|
2021-01-16 15:03:41 +00:00
|
|
|
#ifndef _SIMPLE_GUI_DEMO_INNER_CHS_
|
2020-02-09 14:58:56 +00:00
|
|
|
#include "DemoResource_ASCII.h"
|
|
|
|
#else
|
2025-02-17 02:54:16 +00:00
|
|
|
#ifdef _SIMPLE_GUI_ENCODE_TEXT_
|
2023-03-24 09:39:15 +00:00
|
|
|
#include "DemoResource_UTF8.h"
|
2025-02-17 02:54:16 +00:00
|
|
|
#else
|
|
|
|
#include "DemoResource_GB2312.h"
|
|
|
|
#endif // _SIMPLE_GUI_ENCODE_TEXT_
|
2020-02-09 14:58:56 +00:00
|
|
|
#endif
|
2019-12-10 15:04:51 +00:00
|
|
|
|
|
|
|
extern const SGUI_FONT_RES GB2312_FZXS12;
|
|
|
|
|
|
|
|
|
|
|
|
#endif // _INCLUDE_RESOURCE_H_
|