mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-24 18:26:57 +00:00
3d26549032
This was SVN commit r3802.
6 lines
82 B
C
6 lines
82 B
C
#ifndef __TIMER_H__
|
|
#define __TIMER_H__
|
|
|
|
double get_time();
|
|
|
|
#endif // __TIMER_H__
|