#include <players.h>
Inheritance diagram for HumanSpy:
Public Methods | |
HumanSpy (char *name, int color) | |
HumanSpy (char *name, int color, PosType pos) |
|
Definition at line 122 of file players.h.
00122 : Player (name, color) { } |
|
Definition at line 123 of file players.h. References PosType.
00124 : Player (name, color, pos) { } |