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
|