This commit is contained in:
2025-12-24 10:54:54 +01:00
parent 979817b292
commit 8bc35536c5
4 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -8,5 +8,5 @@
void init_lua(RDSModulator* rds_mod);
void run_lua(char *str, char *cmd_output);
void lua_on_init();
void lua_call_function(const char* function);
void destroy_lua();