mirror of
https://github.com/TobleMiner/shoreline.git
synced 2025-02-22 14:53:58 +01: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
|