simplegui/DemoProc/inc/Resource.h

19 lines
383 B
C
Raw Normal View History

#ifndef _INCLUDE_RESOURCE_H_
#define _INCLUDE_RESOURCE_H_
#include "SGUI_Typedef.h"
#ifndef _SIMPLE_GUI_DEMO_INNER_CHS_
#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_
#endif
extern const SGUI_FONT_RES GB2312_FZXS12;
#endif // _INCLUDE_RESOURCE_H_