vrseasons

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/timer.h	Tue Apr 07 11:16:56 2015 +0300
     1.3 @@ -0,0 +1,15 @@
     1.4 +#ifndef TIMER_H_
     1.5 +#define TIMER_H_
     1.6 +
     1.7 +#ifdef __cplusplus
     1.8 +extern "C" {
     1.9 +#endif
    1.10 +
    1.11 +unsigned long get_msec(void);
    1.12 +
    1.13 +#ifdef __cplusplus
    1.14 +}
    1.15 +#endif
    1.16 +
    1.17 +
    1.18 +#endif	/* TIMER_H_ */