10 lines
178 B
C++
10 lines
178 B
C++
|
#ifndef _fonts__wrapper__hpp__included__
|
||
|
#define _fonts__wrapper__hpp__included__
|
||
|
|
||
|
#include "library/framebuffer.hpp"
|
||
|
|
||
|
extern bitmap_font main_font;
|
||
|
|
||
|
void do_init_font();
|
||
|
|
||
|
#endif
|