#pragma once #include "libs/ctpl/ctpl_stl.h" #include "module.h" extern std::shared_ptr>> uiCallList; extern std::shared_ptr uiCallListMutex; extern ctpl::thread_pool processThreadPool; #ifdef BUILD_LIVE #include "sdr/sdr.h" extern std::vector> radio_devices; void findRadioDevices(); #endif