mirror of
https://gitee.com/Polarix/simplegui.git
synced 2025-06-17 13:37:52 +00:00
13 lines
261 B
C
13 lines
261 B
C
#ifndef _INCLUDE_RESOURCE_H_
|
|
#define _INCLUDE_RESOURCE_H_
|
|
|
|
#include "SGUI_Typedef.h"
|
|
#include "DemoResource_UTF8.h"
|
|
//#include "DemoResource_ASCII.h"
|
|
//#include "DemoResource_GB2312.h"
|
|
|
|
extern const SGUI_FONT_RES GB2312_FZXS12;
|
|
|
|
|
|
#endif // _INCLUDE_RESOURCE_H_
|