|
Galactic Bloodshed
|
Go to the source code of this file.
Classes | |
| struct | map |
Functions | |
| void | PermuteSects (const Planet &planet) |
| int | Getxysect (const Planet &p, int *x, int *y, int r) |
Variables | |
| static struct map | xymap [(MAX_X+1) *(MAX_Y+1)] |
| int Getxysect | ( | const Planet & | p, |
| int * | x, | ||
| int * | y, | ||
| int | r | ||
| ) |
Definition at line 39 of file perm.cc.
References map::x, and map::y.
Referenced by bombard(), doplanet(), enroll_valid_race(), and main().
| void PermuteSects | ( | const Planet & | planet | ) |
Definition at line 16 of file perm.cc.
References map::x, and map::y.
Referenced by do_meta_infect(), doplanet(), enroll_valid_race(), and main().
1.8.13