repo.or.cz
/
rofl0r-concol.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
README: mention SDL2 backend
[rofl0r-concol.git]
/
fonts
/
testfont.h
blob
57056c498ec8de8ce62c0092daf35c426b49b80d
1
#ifndef TESTFONT_H
2
#define TESTFONT_H
3
4
#include
"font.h"
5
6
extern
font testfont
;
7
8
#pragma RcB2 DEP
"testfont.c"
9
10
#endif