Changeset 276


Ignore:
Timestamp:
07/05/14 17:19:48 (11 years ago)
Author:
epyon
Message:
  • basic fov interface and algorithm
Location:
trunk
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/interface/map_area.hh

    r198 r276  
    3232                virtual rectangle get_rectangle() const { return rectangle( get_shift(), get_shift() + get_size() ); }
    3333                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; }
    3436                virtual ~map_area(){}
    3537        };
Note: See TracChangeset for help on using the changeset viewer.