/[adonthell]/adonthell-0.3/src/prefs.h
ViewVC logotype

Diff of /adonthell-0.3/src/prefs.h

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

revision 1.16 by gnurou, Fri Jun 28 12:15:21 2002 UTC revision 1.17 by ksterker, Mon Oct 25 06:55:01 2004 UTC
# Line 1  Line 1 
1  /*  /*
2     $Id$     $Id$
3    
4     Copyright (C) 2000/2002 Kai Sterker <kaisterker@linuxgames.com>     Copyright (C) 2000/2002/2004 Kai Sterker <kaisterker@linuxgames.com>
5     Part of the Adonthell Project http://adonthell.linuxgames.com     Part of the Adonthell Project http://adonthell.linuxgames.com
6    
7     This program is free software; you can redistribute it and/or modify     This program is free software; you can redistribute it and/or modify
# Line 50  enum Line 50  enum
50      PREFS_UNKNOWN = 0,      PREFS_UNKNOWN = 0,
51      PREFS_SCREEN_MODE = 1,      PREFS_SCREEN_MODE = 1,
52      PREFS_LANGUAGE = 2,      PREFS_LANGUAGE = 2,
53      PREFS_QUICK_LOAD = 3,      PREFS_FONT = 3,
54      PREFS_AUDIO_CHANNELS = 4,      PREFS_QUICK_LOAD = 4,
55      PREFS_AUDIO_RESOLUTION = 5,      PREFS_AUDIO_CHANNELS = 5,
56      PREFS_AUDIO_SAMPLE_RATE = 6,      PREFS_AUDIO_RESOLUTION = 6,
57      PREFS_AUDIO_VOLUME = 7,      PREFS_AUDIO_SAMPLE_RATE = 7,
58      PREFS_VERSION = 8,      PREFS_AUDIO_VOLUME = 8,
59      PREFS_NUM = 9,      PREFS_VERSION = 9,
60      PREFS_STR = 10,      PREFS_NUM = 10,
61      PREFS_DOUBLE_SCREEN = 11,      PREFS_STR = 11,
62        PREFS_DOUBLE_SCREEN = 12,
63  };  };
64    
65    
# Line 123  public: Line 124  public:
124       * Language to use if NLS was compiled in.       * Language to use if NLS was compiled in.
125       */       */
126      string language;      string language;
127        string font;
128      /**      /**
129       * Name of the %game that is running at present.       * Name of the %game that is running at present.
130       */       */

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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