Definition : IS_DOOR_OBJECT(obj)

Defined in : #include <files.h>

Description: Test whether this object is a door, i.e. inherits
             /std/door.c

Arguments  : object obj - the object to test.

Returns    : int 1/0 - if true, then the object is of the requested type.
