README: mention SDL2 backend
[rofl0r-concol.git] / fonts / testfont.h
blob57056c498ec8de8ce62c0092daf35c426b49b80d
1 #ifndef TESTFONT_H
2 #define TESTFONT_H
4 #include "font.h"
6 extern font testfont;
8 #pragma RcB2 DEP "testfont.c"
10 #endif