eqemu

view src/timer.h @ 10:819c7ebb1bec

added libimago to avoid the external dependency
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 18 Jul 2014 05:07:40 +0300
parents 48dce4ee4850
children 2656099aff12
line source
1 #ifndef TIMER_H_
2 #define TIMER_H_
4 unsigned long get_msec();
5 void wait_for(unsigned long msec);
7 #endif /* TIMER_H_ */