mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-29 10:38:47 +08:00
7 lines
128 B
C
7 lines
128 B
C
#include "awtk.h"
|
|
#ifdef AWTK_WEB
|
|
#include "assets.inc"
|
|
#else /*AWTK_WEB*/
|
|
#include "../res/assets_all.inc"
|
|
#endif /*AWTK_WEB*/
|