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

#include "til_fb.h"

int fps_setup(void);
void fps_print(til_fb_t *fb);

#endif
© All Rights Reserved