#ifndef TIMING_H #define TIMING_H // Public void limit_fps(); extern double delta_time; #endif