diff options
Diffstat (limited to 'core/src/xmake/engine_pool.h')
| -rw-r--r-- | core/src/xmake/engine_pool.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/xmake/engine_pool.h b/core/src/xmake/engine_pool.h index 47744f99a..b141345cc 100644 --- a/core/src/xmake/engine_pool.h +++ b/core/src/xmake/engine_pool.h @@ -42,6 +42,9 @@ typedef tb_single_list_ref_t xm_engine_pool_ref_t; * interfaces */ +// get the engine pool singleton +xm_engine_pool_ref_t xm_engine_pool(tb_void_t); + /*! init the engine_pool * * @return the engine pool |
