02061d74c2
(as received from Jonas Echterhoff)
9 lines
148 B
C
9 lines
148 B
C
#ifndef __GAMETIME
|
|
#define __GAMETIME
|
|
|
|
#include <time.h>
|
|
|
|
//#define TimeGetSeconds() (clock()/(float)CLOCKS_PER_SEC)
|
|
float TimeGetSeconds();
|
|
|
|
#endif |