dungeon_crawler

view prototype/src/timer.h @ 38:862461b686f4

start work on particle systems
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 29 Aug 2012 03:22:36 +0300
parents
children
line source
1 #ifndef TIMER_H_
2 #define TIMER_H_
4 unsigned long get_time_msec(void);
6 #endif // TIMER_H_