/************************************************************
**
** Application: Snapper
**
** Title:       h.reslink
**
*************************************************************/

#pragma include_only_once

#ifndef __RESLINK__H
#define __RESLINK__H




#define MNULL    0
#define MINFO    1
#define MFILL    2
#define MDEST    3
#define MCHOICE  4


#define TCONFIG       0x100
#define TCORNER       0x101
#define TBAR          0x102
#define TFILL         0x103

#define TCOORD        0x104    /* CJ: area coordinate info window template */
#define TBAR2         0x105    /* CJ: extra top bar window template */
#define TCHOICE       0x106    /* more choices window */

#define EREPDEC  0x101
#define EREPNEG  0x102
#define EBADVAL  0x103
#define EMODE    0x104
#define EBADBITS 0x105
#define ECR      0x106
#define ENOTTYPE 0x107

#define WNOHELP 0x200
#define WBADSPR 0x201
#define WUNKSPR 0x202
#define WHTTPNOALIAS 0x203


/*************************************************************/
/* exported functions */

extern os_error * resinit(char * resources);



#endif



/*************  End of h.reslink  ***********************/



