shoreline/main.h
2019-12-28 05:21:15 +01:00

10 lines
137 B
C

#ifndef _MAIN_H_
#define _MAIN_H_
#include "framebuffer.h"
extern struct statistics stats;
void draw_overlays(struct fb* fb);
#endif