#include "conq.h"Include dependency graph for supply.c:

Classes | |
| struct | heap_node_struct |
| struct | zone_node_struct |
| struct | material_stats_struct |
Defines | |
| #define | INITIAL_WORKSPACE 1024 |
| #define | MAX_FLOW 16384 |
| #define | MAX_CONN 25600 |
| #define | um_clip_in_threshold(u, m) umclipinthreshold[nummtypes * (u) + (m)] |
| #define | heap_node_copy(dst, src) { (dst)->pot = (src)->pot; (dst)->x = (src)->x; (dst)->y = (src)->y; } |
Typedefs | |
| typedef heap_node_struct | heap_node |
| typedef zone_node_struct | zone_node |
| typedef material_stats_struct | material_stats |
Functions | |
| void | run_supply (void) |
| int | supply_system_in_use (void) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.6