#include <players.h>
Inheritance diagram for HumanDetective:

Public Methods | |
| HumanDetective (char *name, int color) | |
| HumanDetective (char *name, int color, PosType pos) | |
|
||||||||||||
|
Definition at line 109 of file players.h.
00109 : Player (name, color) { } |
|
||||||||||||||||
|
Definition at line 110 of file players.h. References PosType.
00111 : Player (name, color, pos) { } |
1.2.15