dungeon_crawler
annotate prototype/src/timer.h @ 46:f3030df27110
debugging the particles
author | John Tsiombikas <nuclear@mutantstargoat.com> |
---|---|
date | Thu, 13 Sep 2012 06:33:51 +0300 |
parents | |
children |
rev | line source |
---|---|
nuclear@38 | 1 #ifndef TIMER_H_ |
nuclear@38 | 2 #define TIMER_H_ |
nuclear@38 | 3 |
nuclear@38 | 4 unsigned long get_time_msec(void); |
nuclear@38 | 5 |
nuclear@38 | 6 #endif // TIMER_H_ |