/[enigma]/enigma/src/options.hh
ViewVC logotype

Diff of /enigma/src/options.hh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by reallysoft, Mon Jun 2 22:48:51 2003 UTC revision 1.13 by dheck, Thu Jun 12 11:09:40 2003 UTC
# Line 24  namespace options Line 24  namespace options
24  {  {
25      using std::string;      using std::string;
26    
     class OptionObserver {  
     public:  
         virtual ~OptionObserver() {}  
         virtual void option_changed (const std::string &name) = 0;  
     };  
   
27      extern int    BitsPerPixel;      extern int    BitsPerPixel;
28      extern double MouseSpeed;      extern double MouseSpeed;
29      extern double FrictionFactor;      extern double FrictionFactor;
# Line 105  namespace options Line 99  namespace options
99         successful. */         successful. */
100      bool Load ();      bool Load ();
101  }  }
   
   
102  #endif  #endif

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26