7 lines
80 B
C++
7 lines
80 B
C++
#ifndef RADIO_HPP
|
|
#define RADIO_HPP
|
|
|
|
void init_radio();
|
|
|
|
#endif /* RADIO_HPP */
|