mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-30 00:39:15 +02:00
remove integration of the modulator into command parsing
This commit is contained in:
+1
-2
@@ -1,12 +1,11 @@
|
||||
#pragma once
|
||||
#include "common.h"
|
||||
#include "rds.h"
|
||||
#include "modulator.h"
|
||||
#include <lua.h>
|
||||
#include <lualib.h>
|
||||
#include <lauxlib.h>
|
||||
|
||||
void init_lua(RDSModulator* rds_mod);
|
||||
void init_lua(RDSEncoder* _enc);
|
||||
void run_lua(char *str, char *cmd_output, size_t* out_len);
|
||||
int lua_group(RDSGroup* group, const char grp);
|
||||
int lua_rds2_group(RDSGroup* group, int stream);
|
||||
|
||||
Reference in New Issue
Block a user