home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Graphics / PPT / pluginsrc / ppm / ppm.h < prev    next >
C/C++ Source or Header  |  1998-12-12  |  1KB  |  44 lines

  1. /*------------------------------------------------------------------------*/
  2. /*
  3.     PROJECT: PPT
  4.     MODULE : ppm.h
  5.  
  6.     PPT and this file are (C) Janne Jalkanen 1998.
  7.  
  8.     $Id: ppm.h,v 1.2 1998/12/12 20:50:58 jj Exp jj $
  9.  
  10.  */
  11. /*------------------------------------------------------------------------*/
  12.  
  13. #ifndef PPM_H
  14. #define PPM_H
  15.  
  16. /*------------------------------------------------------------------------*/
  17. /* Includes */
  18.  
  19. #include <pptplugin.h>
  20.  
  21. /*------------------------------------------------------------------------*/
  22. /* Type defines & structures */
  23.  
  24. #define BUFFERSIZE 80
  25. #define PPM_P6     0
  26. #define PPM_P3     1
  27. #define PPM_P5     2
  28. #define PPM_P2     3
  29.  
  30. /*------------------------------------------------------------------------*/
  31. /* Prototypes */
  32.  
  33. /*------------------------------------------------------------------------*/
  34. /* Globals */
  35.  
  36.  
  37.  
  38. #endif /* PPM_H */
  39.  
  40. /*------------------------------------------------------------------------*/
  41. /*                          END OF HEADER FILE                            */
  42. /*------------------------------------------------------------------------*/
  43.  
  44.