Skip to content

Commit 5038a03

Browse files
att
1 parent 88c5996 commit 5038a03

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

csrc/start.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ int vibescript_start(lua_State *state){
1818
#elif __linux__
1919
LuaCEmbed_set_global_string(l,"os_name","linux");
2020
#endif
21+
LuaCEmbed_load_lib_from_c(l,luaopen_CandangoEngine_start_point,"candango");
2122

2223
LuaCEmbed_load_lib_from_c(l,load_luaDoTheWorld,"dtw");
2324
LuaCEmbed_load_lib_from_c(l,load_lua_fluid_json,"json");
2425
LuaCEmbed_load_lib_from_c(l,serjao_berranteiro_start_point,"serjao");
2526
LuaCEmbed_load_lib_from_c(l,load_lua_bear,"luabear");
26-
LuaCEmbed_load_lib_from_c(l,luaopen_CandangoEngine_start_point,"candango");
27+
2728
LuaCEmbed_add_callback(l,"newRawLLM",private_new_raw_llm);
2829
LuaCEmbed_add_callback(l,"save_encrypted_prop",private_save_encrypted_data);
2930
LuaCEmbed_add_callback(l,"get_encrypted_prop",private_get_encrypted_data);

teste.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ssss
2+
3+
4+
5+

0 commit comments

Comments
 (0)