home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 115 / af115sub.adf / yahzee.lzx / yahzee / layout.h < prev    next >
C/C++ Source or Header  |  1998-06-03  |  438b  |  24 lines

  1. /*
  2.  * layout.h
  3.  * ========
  4.  * Interface to display layout functions.
  5.  *
  6.  * Copyright (C) 1994-1998 Håkan L. Younes (lorens@hem.passagen.se)
  7.  */
  8.  
  9. #include <exec/types.h>
  10.  
  11. BOOL
  12. layout_display (
  13.    struct Screen  *scr,
  14.    struct Window **win,
  15.    struct rules   *rules,
  16.    UBYTE           num_players);
  17.  
  18. void
  19. init_board_grid (
  20.    struct Window  *win,
  21.    struct rules   *rules,
  22.    UBYTE           num_players,
  23.    BOOL            split_board);
  24.