this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build fix for #1670

nesbox 474dc3cb e1afcfee

+1
+1
src/api/lua_api.h
··· 15 15 extern void closeLua(tic_mem* tic); 16 16 extern void callLuaTick(tic_mem* tic); 17 17 extern void lua_open_builtins(lua_State *lua); 18 + extern void initLuaAPI(core); 18 19 19 20 #define lua_api_h 20 21 #endif