home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 3
/
AACD03.BIN
/
AACD
/
Programming
/
ImageLib
/
Image_Demo_2
/
APP_globals.h
next >
Wrap
C/C++ Source or Header
|
1997-06-08
|
584b
|
21 lines
struct GfxBase *GfxBase = NULL;
struct DosLibrary *DosBase = NULL;
struct IntuitionBase *IntuitionBase = NULL;
struct ExecBase *ExecBase = NULL;
struct Library *DiskFontBase = NULL;
struct Library *GadToolsBase = NULL;
struct Library *ImageBase = NULL;
/* Prototypy */
int SetupScreen( void );
void CloseDownScreen( void );
int OpenDisplay( WORD, WORD );
void CloseDisplay(void );
UWORD ComputeX( UWORD );
UWORD ComputeY( UWORD );
void ComputeFont( void );
LONG OpenLibraries( void );
void CloseLibraries( void );
int OpenFonts( int );
void CloseFonts( void );