pyrorf/ui.h
2019-10-22 11:56:33 +02:00

12 lines
117 B
C

#include <stdint.h>
#include <stdlib.h>
#ifndef UI_h
#define UI_h
extern uint16_t ui_cpt;
void ui_run();
#endif