summaryrefslogtreecommitdiff
path: root/txtfont.h
blob: 551a7edfa6d24d7a611c64b5505720b99ec74ec8 (plain)
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