X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fglobal.h;h=fc17a5a5f0d6ec91b41bbc9172da82b72a10fa60;hb=c7d608c4fcdd370274964cc861b674c2fae69468;hp=64422da263b4509896a74cf6f2dcae3827e2a3b5;hpb=0bd89e9489fa52f92545a7e94c4a31e863a5f898;p=ttedit diff --git a/src/global.h b/src/global.h index 64422da..fc17a5a 100644 --- a/src/global.h +++ b/src/global.h @@ -10,6 +10,8 @@ #include "vector.h" class QFont; +class CharWindow; +class MainWindow; enum LineStyle { LSNone, LSSolid, LSDash, LSDot, LSDashDot, LSDashDotDot }; @@ -53,6 +55,9 @@ class Global static int numLayers; static std::vector layerHidden; static std::vector layerLocked; + + static CharWindow * charWnd; + static MainWindow * mainWindow; }; #endif // __GLOBALS_H__