/[enigma]/enigma/lib-src/oxydlib/enigma_mapping.h
ViewVC logotype

Diff of /enigma/lib-src/oxydlib/enigma_mapping.h

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

revision 1.1 by reallysoft, Sat May 31 10:00:25 2003 UTC revision 1.2 by reallysoft, Fri Jun 20 22:34:20 2003 UTC
# Line 2  Line 2 
2  //                                                                           //  //                                                                           //
3  //    File      : enigma_mapping.h                                           //  //    File      : enigma_mapping.h                                           //
4  //    Purpose   :                                                            //  //    Purpose   :                                                            //
5  //    Time-stamp: <Sat May/31/2003 00:12 MET amgine@reallysoft.de>           //  //    Time-stamp: <Fri Jun/20/2003 18:57 MET amgine@reallysoft.de>           //
6  //                                                                           //  //                                                                           //
7  //    (C) May 2003 by Ralf Westram <amgine@rallysoft.de>                     //  //    (C) May 2003 by Ralf Westram <amgine@rallysoft.de>                     //
8  //                                                                           //  //                                                                           //
# Line 24  Line 24 
24  namespace enigma_mapping {  namespace enigma_mapping {
25    
26      class Mapping {      class Mapping {
27          const char *floor_map[256];          const char **floor_map;
28          const char *item_map[256];          const char **item_map;
29          const char *stone_map[256];          const char **stone_map;
30    
31          Mapping(const Mapping&);          Mapping(const Mapping&);
32          Mapping& operator= (const Mapping&);          Mapping& operator= (const Mapping&);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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