#include <aging.h>

Public Member Functions | |
| AgingConfig () | |
Data Fields | |
| int | area_scale |
| int | aging_mode |
| scratch_t | scratches [SCRATCH_MAX] |
| int | dust_interval |
| int | pits_interval |
| int | scratch_lines |
| int | pit_count |
| int | dust_count |
| int | colorage |
| int | scratch |
| int | pits |
| int | dust |
Static Public Attributes | |
| static int | dx [8] = { 1, 1, 0, -1, -1, -1, 0, 1} |
| static int | dy [8] = { 0, -1, -1, -1, 0, 1, 1, 1} |
Definition at line 25 of file aging.h.
| AgingConfig::AgingConfig | ( | ) |
Definition at line 33 of file aging.C.
References aging_mode, area_scale, colorage, dust, dust_interval, pits, pits_interval, scratch, and scratch_lines.
| scratch_t AgingConfig::scratches[SCRATCH_MAX] |
int AgingConfig::dx = { 1, 1, 0, -1, -1, -1, 0, 1} [static] |
int AgingConfig::dy = { 0, -1, -1, -1, 0, 1, 1, 1} [static] |
Definition at line 45 of file aging.h.
Referenced by AgingConfig(), and AgingClient::process_package().
Definition at line 46 of file aging.h.
Referenced by AgingConfig(), and AgingClient::process_package().
Definition at line 47 of file aging.h.
Referenced by AgingConfig(), and AgingClient::process_package().
Definition at line 48 of file aging.h.
Referenced by AgingConfig(), and AgingClient::process_package().
1.5.5