mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-05 15:57:11 +01:00
6 lines
69 B
C++
6 lines
69 B
C++
#pragma once
|
|
|
|
namespace credits {
|
|
void init();
|
|
void show();
|
|
} |