浏览代码

fix: libs头文件的修改忘上传了

Wendal Chen 11 月之前
父节点
当前提交
e55933b6ef
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      luat/include/luat_libs.h

+ 3 - 0
luat/include/luat_libs.h

@@ -212,4 +212,7 @@ LUAMOD_API int luaopen_yhm27xx( lua_State *L );
 
 LUAMOD_API int luaopen_vtool( lua_State *L );
 
+// icmp
+LUAMOD_API int luaopen_icmp( lua_State *L );
+
 #endif