ocarina/include/ocarina/ocarina.h
Bryan Schumaker dfdb38be27 ocarina: Don't always run the idle task
I register the idle task when there are events in the idle queue and I
remove the idle task once those events have been processed.  This should
cut down on CPU usage when nothing is happening.
2011-09-13 17:35:21 -04:00

8 lines
91 B
C

#ifndef OCARINA_H
#define OCARINA_H
void ocarina_quit();
void ocarina_idle_add();
#endif