repo.or.cz
/
lsnes.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix number of compile errors and warnings with GCC 14
[lsnes.git]
/
include
/
fonts
/
wrapper.hpp
blob
947656c9ba36c23366fac42e16d61696af818a16
1
#ifndef _fonts__wrapper__hpp__included__
2
#define _fonts__wrapper__hpp__included__
3
4
#include
"library/framebuffer.hpp"
5
6
extern framebuffer
::
font main_font
;
7
8
void
do_init_font
();
9
10
#endif