mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 03:58:33 +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;
|
|
}
|