#include "engglobs.h"Go to the source code of this file.
Defines | |
| #define | XY_IS_TRANSPORT(x, y) |
|
|
Value: ((MP_GROUP(x,y) == GROUP_TRACK) || \ (MP_GROUP(x,y) == GROUP_ROAD) || \ (MP_GROUP(x,y) == GROUP_RAIL) || \ (MP_GROUP(x,y) == GROUP_POWER_LINE)) Definition at line 12 of file transport.h. |
1.3.9.1