refactor(runtime): 将 runtime 模块从 core 目录迁移至独立的 runtime 目录并封装内部细节
This commit is contained in:
3
src/runtime/runtime.h
Normal file
3
src/runtime/runtime.h
Normal file
@@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
bool runtime_run(const char *config_so_path, const char *display_name);
|
||||
Reference in New Issue
Block a user