X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fglobal.h;h=fc17a5a5f0d6ec91b41bbc9172da82b72a10fa60;hb=HEAD;hp=64422da263b4509896a74cf6f2dcae3827e2a3b5;hpb=7fde5a077bc9bbce28662fa2e5aa5043f3b4747f;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__