/[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.6 by mhawlisch, Thu Apr 3 11:02:34 2003 UTC revision 1.7 by dheck, Fri Apr 4 19:46:01 2003 UTC
# Line 76  namespace enigma Line 76  namespace enigma
76          virtual bool load_level (size_t index) = 0;          virtual bool load_level (size_t index) = 0;
77    
78          virtual LevelInfo *get_info (size_t index) = 0;          virtual LevelInfo *get_info (size_t index) = 0;
     };  
   
 //     class LevelPack {  
 //     public:  
 //         LevelPack(  
 //             : init_file(initfile),name(n)  
 //         {}  
79    
80  //         // Load init_file to initialize the level list.          virtual px::Surface *load_preview (size_t index) { return 0; }
81  //         void init();      };
   
 //         // Variables.  
 //         string init_file;       // Text file containing the level list  
 //         string name;            // Name of the level pack ("enigma", "oxyd", ...)  
 //         vector<LevelInfo> levels;  
 //     };  
82  }  }
83    
84  //----------------------------------------  //----------------------------------------

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

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