vrseasons

view src/timer.h @ 0:393ef1143c9c

VR seasons
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 07 Apr 2015 11:16:56 +0300
parents
children
line source
1 #ifndef TIMER_H_
2 #define TIMER_H_
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
8 unsigned long get_msec(void);
10 #ifdef __cplusplus
11 }
12 #endif
15 #endif /* TIMER_H_ */