This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | PLG_HEALTHY 0 |
| #define | PLG_DYING 1 |
| #define | PLG_INFECT 2 |
| #define | PLG_INCUBATE 3 |
| #define | PLG_EXPOSED 4 |
| #define PLG_DYING 1 |
Definition at line 38 of file plague.h.
Referenced by do_plague(), plague_people(), upd_land(), and upd_ship().
| #define PLG_EXPOSED 4 |
Definition at line 41 of file plague.h.
Referenced by att_infect_units(), build_land(), build_ship(), deliver(), do_plague(), doland(), explore(), expose_land(), expose_ship(), fuel(), infect_people(), lload(), load(), load_it(), move(), plague_people(), put_combat(), unload_it(), upd_land(), and upd_ship().
| #define PLG_HEALTHY 0 |
Definition at line 37 of file plague.h.
Referenced by add(), att_infect_units(), build_land(), build_ship(), deliver(), do_plague(), explore(), expose_land(), expose_ship(), fuel(), infect_people(), knockdown(), lload(), load(), load_it(), move(), plague_people(), put_combat(), unload_it(), upd_land(), and upd_ship().
| #define PLG_INCUBATE 3 |
Definition at line 40 of file plague.h.
Referenced by do_plague(), plague_people(), upd_land(), and upd_ship().
| #define PLG_INFECT 2 |
Definition at line 39 of file plague.h.
Referenced by att_get_combat(), build_land(), build_ship(), deliver(), do_plague(), explore(), expose_land(), expose_ship(), fuel(), lload(), load(), load_it(), move(), plague_people(), unload_it(), upd_land(), and upd_ship().
1.5.2