This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | MINE_LOW 1 |
#define | MINE_HIGH 5 |
#define | MINE_STANDARD 1 |
#define | MINE_INFERNO 2 |
#define | MINE_COMMAND 3 |
#define | MINE_VIBRA 4 |
#define | MINE_TRIGGER 5 |
#define | VIBRO(a) (a == MINE_VIBRA || a == MINE_TRIGGER) |
#define MINE_COMMAND 3 |
Definition at line 24 of file mine.h.
Referenced by explode_mines(), make_mine_explode(), and possible_mine_explosion().
#define MINE_HIGH 5 |
#define MINE_INFERNO 2 |
#define MINE_LOW 1 |
#define MINE_STANDARD 1 |
#define MINE_TRIGGER 5 |
Definition at line 26 of file mine.h.
Referenced by add_mine_on_map(), make_mine_explode(), and possible_mine_explosion().
#define MINE_VIBRA 4 |
Definition at line 25 of file mine.h.
Referenced by make_mine_explode(), and possible_mine_explosion().
#define VIBRO | ( | a | ) | (a == MINE_VIBRA || a == MINE_TRIGGER) |
Definition at line 28 of file mine.h.
Referenced by add_mine_on_map(), and possible_mine_explosion().