Przeglądaj źródła

add: luat_libs.h添加luaopen_ulwip

Wendal Chen 2 lat temu
rodzic
commit
753208cc5a
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      luat/include/luat_libs.h

+ 2 - 0
luat/include/luat_libs.h

@@ -170,4 +170,6 @@ LUAMOD_API int luaopen_xxtea( lua_State *L );
 
 LUAMOD_API int luaopen_cc( lua_State *L );
 
+LUAMOD_API int luaopen_ulwip( lua_State *L );
+
 #endif