Definition : IS_BOARD_OBJECT(obj)

Defined in : #include <files.h>

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

Arguments  : object obj - the object to test.

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