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

Diff of /enigma/src/game.hh

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

revision 1.13 by reallysoft, Sun Jun 1 18:49:13 2003 UTC revision 1.14 by reallysoft, Mon Jun 2 22:48:05 2003 UTC
# Line 84  namespace enigma Line 84  namespace enigma
84    
85          virtual px::Surface *load_preview (size_t /*index*/) { return 0; }          virtual px::Surface *load_preview (size_t /*index*/) { return 0; }
86    
87          virtual time_t get_modtime(size_t index) = 0; // filedate of level(pack)          //! Return file modification time of level(pack)
88            virtual time_t get_modtime(size_t index) = 0;
89    
90            //! Return the default SoundSet (see options::SoundSet for meaning)
91            virtual int get_default_SoundSet() const = 0;
92      };      };
93  }  }
94    

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

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