home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / space / software / unix / xanim / xanim_dl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-04  |  954 b   |  37 lines

  1. /*
  2.  * xanim_dl.h
  3.  *
  4.  * Copyright (C) 1990,1991,1992 by Mark Podlipec.
  5.  * All rights reserved.
  6.  *
  7.  * This software may be freely copied, modified and redistributed
  8.  * without fee provided that this copyright notice is preserved
  9.  * intact on all copies and modified copies.
  10.  *
  11.  * There is no warranty or other guarantee of fitness of this software.
  12.  * It is provided solely "as is". The author(s) disclaim(s) all
  13.  * responsibility and liability with respect to this software's usage
  14.  * or its effect upon hardware or computer systems.
  15.  *
  16.  */
  17.  
  18. extern int Is_DL_File();
  19. extern void DL_Read_File();
  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.  
  27. #define DL_FORM_LARGE   0
  28. #define DL_FORM_MEDIUM  1
  29. #define DL_FORM_SMALL   2
  30.  
  31. #define DL_LARGE_XSIZE   320
  32. #define DL_LARGE_YSIZE   200
  33. #define DL_MEDIUM_XSIZE  160
  34. #define DL_MEDIUM_YSIZE  100
  35. #define DL_SMALL_XSIZE    80
  36. #define DL_SMALL_YSIZE    50
  37.