mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 21:46:09 +00:00
ec3452679c
This was SVN commit r1453.
9 lines
111 B
C++
Executable File
9 lines
111 B
C++
Executable File
#include "timer_.h"
|
|
#include <time.h>
|
|
|
|
double timeStart;
|
|
|
|
double get_time()
|
|
{
|
|
return (double)clock() / 1000;
|
|
} |