bringelle/src/core/scheduler.h

9 lines
103 B
C
Raw Normal View History

2021-04-13 15:31:45 +02:00
#ifndef SCHEDULER_H
#define SCHEDULER_H
2021-04-13 18:09:43 +02:00
extern char show_tics;
void clock();
void schedule();
2021-04-13 15:31:45 +02:00
#endif