1v13d/src/controls.h

10 lines
144 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;
void init_controls();
void display_fps();
#endif