clray

view src/timer.h @ 47:30bf84881553

added interactive controls for turning shadows/reflections on and off as well as selecting maximum ray tracing iterations
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 31 Aug 2010 01:47:27 +0100
parents
children
line source
1 #ifndef TIMER_H_
2 #define TIMER_H_
4 long get_msec();
6 #endif /* TIMER_H_ */