瀏覽代碼

fix: vtool,库的注册函数没声明

Wendal Chen 11 月之前
父節點
當前提交
53c7202bf9
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      luat/include/luat_libs.h

+ 2 - 0
luat/include/luat_libs.h

@@ -209,4 +209,6 @@ LUAMOD_API int luaopen_airlink( lua_State *L );
 // 充电芯片
 LUAMOD_API int luaopen_yhm27xx( lua_State *L );
 
+LUAMOD_API int luaopen_vtool( lua_State *L );
+
 #endif