repo.or.cz
/
rofl0r-openDOW.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove unused wall list
[rofl0r-openDOW.git]
/
font.h
blob
0de4e8f03b67c2eb2317e4c1e75ad509c2aa7a77
1
#ifndef FONT_H
2
#define FONT_H
3
#include
"palpic.h"
4
void
font_print
(
int
x
,
int
y
,
const char
*
str
,
size_t
len
,
unsigned
scale
,
prgb color
);
5
//RcB: DEP "font.c"
6
#endif