/* superviewsupport/superviewsupport.h */
/* Version    : 3.1		       */
/* Date       : 23.05.1994	       */
/* Written by : Andreas R. Kleinert    */

#ifndef SUPERVIEWSUPPORT_SUPERVIEWSUPPORT_H
#define SUPERVIEWSUPPORT_SUPERVIEWSUPPORT_H


/* *************************************************** */
/* *						     * */
/* * Version Defines				     * */
/* *						     * */
/* *************************************************** */

#define SVSUPPORTLIB_VERSION  3


/* *************************************************** */
/* *						     * */
/* * Includes					     * */
/* *						     * */
/* *************************************************** */

#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif /* EXEC_TYPES_H */


/* *************************************************** */
/* *						     * */
/* * Custom Defines				     * */
/* *						     * */
/* *************************************************** */

#ifndef N
#define N NULL	 /* useful */
#endif /* N */


/*  === ControlPads === */

/* see documentation for more and detailed information on ControlPad-Files */

struct SV_ControlPad          /* These ControlPads are supplied as    */
{                             /* single-chained list, where the       */
 UBYTE *svc_EntryName;        /* pointer to the last entry is NULL.   */
 UBYTE *svc_EntryContent;     /* Do not free them by Hand.            */

 APTR   svc_NextEntry;
};

#endif /* SUPERVIEWSUPPORT_SUPERVIEWSUPPORT_H */
