Redline/source/gametime.h
maride 02061d74c2 Original 1.0.5 code
(as received from Jonas Echterhoff)
2016-04-02 14:43:55 +02:00

9 lines
148 B
C

#ifndef __GAMETIME
#define __GAMETIME
#include <time.h>
//#define TimeGetSeconds() (clock()/(float)CLOCKS_PER_SEC)
float TimeGetSeconds();
#endif