simplegui/DemoProc/inc/Resource.h

16 lines
308 B
C
Raw Normal View History

#ifndef _INCLUDE_RESOURCE_H_
#define _INCLUDE_RESOURCE_H_
#include "SGUI_Common.h"
#ifdef _SIMPLE_GUI_DEMO_ONLY_ASCII_
#include "DemoResource_ASCII.h"
#else
//#include "DemoResource_GB2312.h"
#include "DemoResource_UTF8.h"
#endif
SGUI_FONT_RESOURCE_DECLARE(GB2312_FZXS12);
#endif // _INCLUDE_RESOURCE_H_