Changeset 26 for trunk/Classes/display.hpp
- Timestamp:
- 2010-05-28 07:39:52 (2 years ago)
- File:
-
- 1 edited
-
trunk/Classes/display.hpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Classes/display.hpp
r4 r26 165 165 */ 166 166 map_location minimap_location_on(int x, int y); 167 168 // KP: a version for the megamap 169 map_location megamap_location_on(int x, int y); 167 170 168 171 const map_location& selected_hex() { return selectedHex_; } … … 261 264 262 265 // Will be overridden in the display subclass 263 virtual void draw_minimap_units( ) {};266 virtual void draw_minimap_units(SDL_Rect& minimap_loc) {}; 264 267 265 268 /** Function to invalidate all tiles. */ … … 546 549 547 550 void draw_minimap(); 551 552 // KP: added enlarged minimap for iPhone 553 void draw_megamap(); 548 554 549 555 enum ADJACENT_TERRAIN_TYPE { ADJACENT_BACKGROUND, ADJACENT_FOREGROUND, ADJACENT_FOGSHROUD };
Note: See TracChangeset
for help on using the changeset viewer.