/[hegemonie]/hegemonie/Headers/Map/MapLoader.h
ViewVC logotype

Diff of /hegemonie/Headers/Map/MapLoader.h

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

revision 1.2 by gabby, Thu Jul 24 13:30:40 2003 UTC revision 1.3 by dam, Tue Jul 29 12:51:53 2003 UTC
# Line 26  Line 26 
26    
27  #include <Foundation/NSObject.h>  #include <Foundation/NSObject.h>
28    
29  #include "Map/MapDisplay.h"  @class MapDisplay;
30    
31  @interface MapLoader: NSObject  @interface MapLoader: NSObject
32    
33  + (void) loadMap: (NSString *)mapName  + (MapDisplay *) loadMap: (NSString *)mapName;
               to: (MapDisplay *)terrain;  
34    
35  @end  @end
36    
37  #endif // MAP_LOADER_H  #endif /* MAP_LOADER_H */

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

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