#ifndef FROM
#define FROM( MODUL )
#endif

#ifndef IMPORT
#define IMPORT extern
#endif

FROM( 1stview ) IMPORT char Path[], StartPath[], spool_buf[], VA_Name[];
FROM( 1stview ) IMPORT int  phys_handle, handle, gl_hchar, xdesk, ydesk,
			    wdesk, hdesk, xmax, ymax, nplanes, ks,
			    xpixel, ypixel, out_width, out_height,
			    ohandle, VA_Flags;
FROM( 1stview ) IMPORT void AVSendMessage( int msg, int p3, int p4 );
FROM( 1stview ) IMPORT void set_allslider( void );
FROM( 1stview ) IMPORT void full_redraw( void );
FROM( 1stview ) IMPORT void new_redraw( void );
FROM( 1stview ) IMPORT void new_size( int flag );
FROM( 1stview ) IMPORT int  filebox( char *titel );