
 /* UtahRLE.h
    - Include File for UtahRLE Support Routines -
    (c) 1995 by Andreas R. Kleinert
    Last changes : 14.04.1995
 */

#ifndef UtahRLE_H
#define UtahRLE_H


#ifndef MACROS_H
#include "macros.h"
#endif /* MACROS_H */

#ifdef N
#undef N
#endif /* N */

#include "URT/include/rle.h"

#define N (NULL)

 /* ************** */
 /* UtahRLE Header */
 /* ************** */

 /* not used for the SVObject; we use the supplied functions instead */

#define RLE_ID ((UWORD) 0x52cc)

#endif /* UtahRLE_H */
