forked from mirrors/0ad
ec3452679c
This was SVN commit r1453.
6 lines
82 B
C
Executable File
6 lines
82 B
C
Executable File
#ifndef __TIMER_H__
|
|
#define __TIMER_H__
|
|
|
|
double get_time();
|
|
|
|
#endif // __TIMER_H__
|