openwindow/other/deltatime.h

9 lines
143 B
C

#ifndef DELTA_TIME_H_
#define DELTA_TIME_H_
extern struct timespec deltaTimeX1, deltaTimeX2;
double getDeltaTime();
#endif // DELTA_TIME_H_