clray

view src/timer.h @ 53:54a96b738afe

removed the unnecessary second pass for the kdtree flattening
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 05 Sep 2010 16:43:55 +0100
parents
children
line source
1 #ifndef TIMER_H_
2 #define TIMER_H_
4 long get_msec();
6 #endif /* TIMER_H_ */