OpenMW
apps/launcher/settings/graphicssettings.hpp
Go to the documentation of this file.
00001 #ifndef GRAPHICSSETTINGS_HPP
00002 #define GRAPHICSSETTINGS_HPP
00003 
00004 #include "settingsbase.hpp"
00005 
00006 namespace Launcher
00007 {
00008     class GraphicsSettings : public SettingsBase<QMap<QString, QString> >
00009     {
00010     public:
00011         GraphicsSettings();
00012         ~GraphicsSettings();
00013 
00014         bool writeFile(QTextStream &stream);
00015 
00016     };
00017 }
00018 #endif // GRAPHICSSETTINGS_HPP