mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-02 20:47:54 +00:00
101e6d4fa0
This was SVN commit r478.
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__
|