Files
beluga/main.h
T
2024-09-21 08:59:09 +02:00

5 lines
56 B
C

#ifndef MAIN_H
#define MAIN_H
void wipeScreen();
#endif