clray

view src/timer.h @ 49:1ae68d46cfda

- updated the visual studio project files - fixed the previously broken windows build
author John Tsiombikas
date Tue, 31 Aug 2010 01:28:20 +0100
parents
children
line source
1 #ifndef TIMER_H_
2 #define TIMER_H_
4 long get_msec();
6 #endif /* TIMER_H_ */