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

Diff of /enigma/options.hh

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

revision 1.5 by dheck, Sun Dec 8 20:44:58 2002 UTC revision 1.6 by dheck, Sat Dec 14 23:40:26 2002 UTC
# Line 31  namespace options Line 31  namespace options
31          virtual void option_changed (const std::string &name) = 0;          virtual void option_changed (const std::string &name) = 0;
32      };      };
33    
34      extern int BitsPerPixel;      extern int    BitsPerPixel;
35      extern double MouseDamping;      extern double MouseDamping;
36      extern double MouseSpeed;      extern double MouseSpeed;
37      extern bool WizardMode;      extern bool   WizardMode;
38      extern bool FullScreen;      extern bool   FullScreen;
39      extern bool ShowFPS;      extern bool   ShowFPS;
40      extern bool UseAlpha;      extern bool   UseAlpha;
41        extern double SoundVolume;
42        extern double MusicVolume;
43    
44      void SetVolume(double vol);      void SetVolume(double vol);
45    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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