#ifndef CONTROLS_H #define CONTROLS_H #include extern font_t font_FxEngine; void init_controls(); void display_fps(); #endif