mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-06 13:07:16 +00:00
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__
|