home *** CD-ROM | disk | FTP | other *** search
- /*********************************************/
- /* */
- /* Designer (C) Ian OConnor 1994 */
- /* */
- /* Designer Produced C header file */
- /* */
- /*********************************************/
-
- #include <exec/types.h>
- #include <exec/memory.h>
- #include <intuition/intuition.h>
- #include <libraries/gadtools.h>
- #include <graphics/gfxbase.h>
- #include <clib/exec_protos.h>
- #include <clib/intuition_protos.h>
- #include <clib/gadtools_protos.h>
- #include <clib/graphics_protos.h>
- #include <clib/utility_protos.h>
- #include <string.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <lib/rexx.h>
- #include "LARP-protos.h"
- #include "LARP_rev.h"
-
- extern struct Window *Win0;
- extern APTR Win0VisualInfo;
- extern struct Library *DiskfontBase;
- extern struct Library *GadToolsBase;
- extern struct GfxBase *GfxBase;
- extern struct IntuitionBase *IntuitionBase;
-
- extern void RendWindowWin0( struct Window *Win );
- extern int OpenWindowWin0( void );
- extern void CloseWindowWin0( void );
- extern int OpenLibs( void );
- extern void CloseLibs( void );
- extern void StripIntuiMessages( struct MsgPort *mp, struct Window *win);
- extern void CloseWindowSafely( struct Window *win);
- extern void main(void);
- extern void wbmain(void);
- extern int ProcessWindowWin0(LONG, UWORD, APTR);
- extern void DrawMessages(struct Window *, char *, UBYTE);
- extern void UpdateMessages(char *);
-