dungeon_crawler

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/prototype/src/timer.h	Wed Aug 29 03:22:36 2012 +0300
     1.3 @@ -0,0 +1,6 @@
     1.4 +#ifndef TIMER_H_
     1.5 +#define TIMER_H_
     1.6 +
     1.7 +unsigned long get_time_msec(void);
     1.8 +
     1.9 +#endif	// TIMER_H_