1v13d/src/controls.h
2019-07-22 19:57:24 +02:00

10 lines
167 B
C

#ifndef CONTROLS_H
#define CONTROLS_H
#include <gint/display.h>
extern font_t font_FxEngine;
extern image_t img_fps;
void init_controls();
void display_fps();
#endif