projects
/
winnie
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
in progress: added shalloc.h/cc did nothing :p
[winnie]
/
src
/
text.h
1
#ifndef TEXT_H_
2
#define TEXT_H_
3
4
bool init_text();
5
6
void draw_text(const char *txt, Pixmap *pixmap = 0);
7
void set_text_position(int x, int y);
8
void set_text_color(int r, int g, int b);
9
10
#endif // TEXT_H_