mp3player

This commit is contained in:
2023-06-05 12:35:31 +02:00
parent f173272f8b
commit b6f72130a2
2 changed files with 37 additions and 4 deletions

9
src/globals.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef GLOBALS_H_
#define GLOBALS_H_
void stop();
void start();
#endif