dungeon_crawler
annotate prototype/src/timer.h @ 58:0d4061b1e6a1
changed the level a bit to indicate where there should be lights
I need to scrap all this asap
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Fri, 21 Sep 2012 05:27:28 +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_ |