summaryrefslogtreecommitdiff
path: root/src/fps.h
blob: ede9efb7c827625ffec75f1e1a1c29defbda6f58 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _FPS_H
#define _FPS_H

#include <stdio.h>

#include "til_fb.h"

int fps_setup(void);
void fps_fprint(til_fb_t *fb, FILE *out);

#endif
© All Rights Reserved