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