Changeset 276
- Timestamp:
- 07/05/14 17:19:48 (11 years ago)
- Location:
- trunk
- Files:
-
- 5 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv/interface/map_area.hh
r198 r276 32 32 virtual rectangle get_rectangle() const { return rectangle( get_shift(), get_shift() + get_size() ); } 33 33 virtual map_area* create_sub_area( const rectangle& area ); 34 virtual bool is_visible( const position& ) const { return true; } 35 virtual bool is_explored( const position& ) const { return true; } 34 36 virtual ~map_area(){} 35 37 };
Note: See TracChangeset
for help on using the changeset viewer.