]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/mainwin.h
Fixed DSP/audio options to be unambiguous and consistent.
[virtualjaguar] / src / gui / mainwin.h
index 37902b2f8929e4b173df5cac086f3bb30b7394cb..ece5324664ed8e08037c6a3e7fb987f80879ddce 100644 (file)
@@ -1,7 +1,7 @@
 //
 // mainwin.h: Header file
 //
-// by James L. Hammons
+// by James Hammons
 // (C) 2010 Underground Software
 //
 
@@ -23,7 +23,10 @@ class MainWin: public QMainWindow
        Q_OBJECT
 
        public:
-               MainWin();
+//             MainWin(QString);
+               MainWin(bool);
+               void LoadFile(QString);
+               void SyncUI(void);
 
        protected:
                void closeEvent(QCloseEvent *);
@@ -55,6 +58,7 @@ class MainWin: public QMainWindow
                void ResizeMainWindow(void);
                void ReadSettings(void);
                void WriteSettings(void);
+               void WriteUISettings(void);
 
 //     public:
                GLWidget * videoWidget;
@@ -71,6 +75,8 @@ class MainWin: public QMainWindow
                bool CDActive;
 //             bool alpineLoadSuccessful;
                bool pauseForFileSelector;
+               bool loadAndGo;
+               bool keyHeld[8];
        public:
                bool plzDontKillMyComputer;
        private: