mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 02:58:26 +08:00
10 lines
161 B
C
10 lines
161 B
C
#include "awtk.h"
|
|
#include "base/assets_manager.h"
|
|
|
|
ret_t assets_init(void) {
|
|
assets_manager_t* am = assets_manager();
|
|
|
|
tk_init_assets();
|
|
return RET_OK;
|
|
}
|