1v13d/src/controls.h

11 lines
209 B
C
Raw Normal View History

2019-07-22 19:17:16 +02:00
#ifndef CONTROLS_H
#define CONTROLS_H
#include <gint/display.h>
extern font_t font_FxEngine;
2019-07-22 19:57:24 +02:00
extern image_t img_fps;
2019-07-22 19:17:16 +02:00
void init_controls();
2019-07-23 17:13:35 +02:00
void reload_fps_displaying();
void display_fps(int x, int y);
2019-07-22 19:17:16 +02:00
#endif