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

  1. #ifndef DICE_H
  2. #define DICE_H
  3. /*
  4.  * dice.h
  5.  * ======
  6.  *
  7.  * Copyright (C) 1994-1998 Håkan L. Younes (lorens@hem.passagen.se)
  8.  */
  9.  
  10. extern struct Image   die_images[];
  11.  
  12. #endif
  13.