SDRPlusPlus/core/src/core.h

9 lines
138 B
C
Raw Normal View History

2020-09-19 12:48:34 +02:00
#pragma once
2020-09-24 19:36:57 +02:00
#include <module.h>
#include <config.h>
namespace core {
SDRPP_EXPORT ConfigManager configManager;
};
2020-09-19 12:48:34 +02:00
int sdrpp_main();