diff options
Diffstat (limited to 'fps.h')
-rw-r--r-- | fps.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +#ifndef _FPS_H +#define _FPS_H + +#include "fb.h" + +int fps_setup(void); +void fps_print(fb_t *fb); + +#endif |
index : rototiller/.git | ||
Collection of software-rendered graphics hacks supporting libdrm and SDL2 |
summaryrefslogtreecommitdiff |
-rw-r--r-- | fps.h | 9 |
@@ -0,0 +1,9 @@ +#ifndef _FPS_H +#define _FPS_H + +#include "fb.h" + +int fps_setup(void); +void fps_print(fb_t *fb); + +#endif |