Redline/source/gametime.h

9 lines
148 B
C
Raw Normal View History

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