clray

view src/timer.h @ 59:eb97f9c92e1d

added the triangle clipping code, now I must actually use it...
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 12 Sep 2010 07:27:12 +0100
parents
children
line source
1 #ifndef TIMER_H_
2 #define TIMER_H_
4 long get_msec();
6 #endif /* TIMER_H_ */