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


Public Member Functions | |
| Cookie (const Vector2D &c, const double e, const int c_id=-1) | |
| ~Cookie () | |
|
||||||||||||||||
|
Definition at line 45 of file Extras.cc. References OPTION_COOKIE_COLOUR, OPTION_COOKIE_RADIUS, the_arena, and the_opts. 00046 : Extras(c, the_opts.get_d(OPTION_COOKIE_RADIUS), e, 00047 the_opts.get_l(OPTION_COOKIE_COLOUR)) 00048 { 00049 if( c_id == -1 ) 00050 id = the_arena.increase_cookie_count(); 00051 else 00052 id = c_id; 00053 00054 log_file_char = 'C'; 00055 }
|
|
|
Definition at line 49 of file Extras.h. 00049 {}
|
1.3.9.1