diff options
Diffstat (limited to 'setup.h')
-rw-r--r-- | setup.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -33,6 +33,9 @@ struct cVFDSetup const int m_cWidth; const int m_cHeight; + int m_nBigFontHeight; + int m_nSmallFontHeight; + char m_szFont[256]; int m_bTwoLineMode; /** enable two line mode */ |