1
0
forked from mirrors/0ad

First commit of APE files

This was SVN commit r478.
This commit is contained in:
Ben
2004-06-11 03:11:26 +00:00
parent 5276a527ae
commit 101e6d4fa0
18 changed files with 1763 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#include "timer_.h"
#include <time.h>
double timeStart;
double get_time()
{
return (double)clock() / 1000;
}