#ifndef CONTROLS_H #define CONTROLS_H #include extern font_t font_FxEngine; extern image_t img_fps; void init_controls(); void reload_fps_displaying(); void display_fps(int x, int y); #endif