repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
start moving arm core/bcm support into platform specific functions
[AROS.git]
/
rom
/
graphics
/
default_font.h
blob
3ad9ed4d912485d0a50229a89b666ad86a84c30d
1
#ifndef DEFAULT_FONT_H
2
#define DEFAULT_FONT_H
3
4
BOOL
Init_ROMFont
(
struct
GfxBase
*
GfxBase
);
5
6
#endif
7