1 2 3 4 5 6 7 8 9 10
// -*- c++ -*- #ifndef __TXTFONT_H #define __TXTFONT_H #include "txtrender.h" unsigned int GetVTXChar(cTeletextChar c); #endif