Go to the documentation of this file.00001
00012 #ifndef HDTIMER_H
00013 #define HDTIMER_H
00014
00015 enum hdtevent {
00016 HDTE_QUIT
00017 };
00018
00019
00020 int hdtimer_notify(enum hdtevent event);
00021 const int hdtimer_get_timeslice();
00022 void* hdtimer_main();
00023
00024 #endif
00025