mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-27 12:53:53 +01:00
idk
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
|
||||
#define STREAMS 2
|
||||
|
||||
#pragma pack(1)
|
||||
typedef struct
|
||||
{
|
||||
float level;
|
||||
@@ -30,7 +29,6 @@ typedef struct {
|
||||
RDSModulatorParameters params;
|
||||
RDSEncoder* enc;
|
||||
} RDSModulator;
|
||||
#pragma pack()
|
||||
|
||||
void Modulator_saveToFile(RDSModulatorParameters *emp, const char *option);
|
||||
void Modulator_loadFromFile(RDSModulatorParameters *emp);
|
||||
|
||||
Reference in New Issue
Block a user