eqemu

view src/timer.h @ 8:c3b48cb2797f

forgot to add the new files
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 18 Jul 2014 04:25:24 +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_ */