tweak ScreenRaveOptions

This commit is contained in:
Chris Danford
2003-11-30 02:20:05 +00:00
parent e142444891
commit 25f8a52e49
4 changed files with 21 additions and 46 deletions
+5 -5
View File
@@ -1,3 +1,5 @@
#ifndef SCREENRAVEOPTIONS_H
#define SCREENRAVEOPTIONS_H
/*
-----------------------------------------------------------------------------
File: ScreenRaveOptions
@@ -9,18 +11,16 @@
-----------------------------------------------------------------------------
*/
#include "ScreenOptions.h"
#include "ScreenOptionsMaster.h"
class ScreenRaveOptions : public ScreenOptions
class ScreenRaveOptions : public ScreenOptionsMaster
{
public:
ScreenRaveOptions( CString sName );
private:
void ImportOptions();
void ExportOptions();
void GoToNextState();
void GoToPrevState();
};
#endif