Revision 307
working on dijkstra for zombies
font.h | ||
---|---|---|
18 | 18 |
font_t* (font_ctor)(const char *s); |
19 | 19 |
void (font_dtor)(font_t *p); |
20 | 20 |
|
21 |
font_t *consolas; |
|
22 |
|
|
21 | 23 |
struct text; |
22 | 24 |
typedef struct text text_t; |
23 | 25 |
text_t* (text_ctor)(const font_t *fnt, const char *txt); |
Also available in: Unified diff