home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Graphics
/
PPT
/
pluginsrc
/
ppm
/
ppm.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-12-12
|
1KB
|
44 lines
/*------------------------------------------------------------------------*/
/*
PROJECT: PPT
MODULE : ppm.h
PPT and this file are (C) Janne Jalkanen 1998.
$Id: ppm.h,v 1.2 1998/12/12 20:50:58 jj Exp jj $
*/
/*------------------------------------------------------------------------*/
#ifndef PPM_H
#define PPM_H
/*------------------------------------------------------------------------*/
/* Includes */
#include <pptplugin.h>
/*------------------------------------------------------------------------*/
/* Type defines & structures */
#define BUFFERSIZE 80
#define PPM_P6 0
#define PPM_P3 1
#define PPM_P5 2
#define PPM_P2 3
/*------------------------------------------------------------------------*/
/* Prototypes */
/*------------------------------------------------------------------------*/
/* Globals */
#endif /* PPM_H */
/*------------------------------------------------------------------------*/
/* END OF HEADER FILE */
/*------------------------------------------------------------------------*/