home *** CD-ROM | disk | FTP | other *** search
/ Dream 44 / Amiga_Dream_44.iso / Linux / Apps / xanim.tgz / xanim / xanim27064 / xa_dl.h < prev    next >
C/C++ Source or Header  |  1997-01-26  |  996b  |  39 lines

  1.  
  2. /*
  3.  * xa_dl.h
  4.  *
  5.  * Copyright (C) 1990,1991,1992,1993,1994,1995,1996,1997 by Mark Podlipec.
  6.  * All rights reserved.
  7.  *
  8.  * This software may be freely copied, modified and redistributed without
  9.  * fee for non-commerical purposes provided that this copyright notice is
  10.  * preserved intact on all copies and modified copies.
  11.  *
  12.  * There is no warranty or other guarantee of fitness of this software.
  13.  * It is provided solely "as is". The author(s) disclaim(s) all
  14.  * responsibility and liability with respect to this software's usage
  15.  * or its effect upon hardware or computer systems.
  16.  *
  17.  */
  18.  
  19. #include "xanim.h"
  20.  
  21. #define DL_MAX_COLORS   256
  22. #define DL_DEFAULT_TIME 100
  23.  
  24. #define DL_VERSION_1  1
  25. #define DL_VERSION_2  2
  26. #define DL_VERSION_3  3
  27.  
  28. #define DL_FORM_LARGE   0
  29. #define DL_FORM_MEDIUM  1
  30. #define DL_FORM_SMALL   2
  31.  
  32. #define DL_LARGE_XSIZE   320
  33. #define DL_LARGE_YSIZE   200
  34. #define DL_MEDIUM_XSIZE  160
  35. #define DL_MEDIUM_YSIZE  100
  36. #define DL_SMALL_XSIZE    80
  37. #define DL_SMALL_YSIZE    50
  38.  
  39.