0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00
This commit is contained in:
2025-12-25 21:41:38 +01:00
parent 9c2d6e4990
commit 394c26a49e
5 changed files with 23 additions and 13 deletions

View File

@@ -8,7 +8,7 @@
void init_lua(RDSModulator* rds_mod);
void run_lua(char *str, char *cmd_output);
int lua_group(RDSGroup* group);
int lua_group(RDSGroup* group, const char grp);
void lua_call_function(const char* function);
void lua_group_ref(RDSGroup* group, int ref);
void destroy_lua();