mirror of
https://github.com/TobleMiner/shoreline.git
synced 2025-09-18 00:32:45 +02:00
10 lines
137 B
C
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
|