log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
dungeon_crawler
view prototype/src/timer.h @ 53:1ea56011c1ff
find changesets by author, revision, files, or words in the commit message
stuff + streaming start
author
John Tsiombikas <nuclear@member.fsf.org>
date
Wed, 19 Sep 2012 01:08:41 +0300
parents
children
line source
1
#ifndef TIMER_H_
2
#define TIMER_H_
3
4
unsigned long get_time_msec(void);
5
6
#endif // TIMER_H_