#include <Extras.h>
Inheritance diagram for Mine:


Public Member Functions | |
| Mine (const Vector2D &c, const double e, const int m_id=-1) | |
| ~Mine () | |
|
||||||||||||||||
|
Definition at line 57 of file Extras.cc. References OPTION_MINE_COLOUR, OPTION_MINE_RADIUS, the_arena, and the_opts. 00058 : Extras(c, the_opts.get_d(OPTION_MINE_RADIUS), e, 00059 the_opts.get_l(OPTION_MINE_COLOUR)) 00060 { 00061 if( m_id == -1 ) 00062 id = the_arena.increase_mine_count(); 00063 else 00064 id = m_id; 00065 00066 log_file_char = 'M'; 00067 }
|
|
|
Definition at line 60 of file Extras.h. 00060 {}
|
1.3.9.1