Radio/src/player.h
2025-06-05 14:33:16 +02:00

9 lines
83 B
C

#ifndef PLAYER_H
#define PLAYER_H
void playerSetup();
void playerLoop();
#endif