home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Resources
/
System
/
BoingBag1
/
Contributions
/
InstallerNG
/
GUI-API
/
include
/
proto
/
installergui.h
Wrap
C/C++ Source or Header
|
1999-08-15
|
289b
|
18 lines
#ifndef PROTO_INSTALLERGUI_H
#define PROTO_INSTALLERGUI_H
/*
** $VER: installergui.h 37.0 (15.08.99)
** (C) by Jens Tröger
**
*/
#include <exec/types.h>
extern struct Library *InstallerGuiBase ;
#include <clib/installergui_protos.h>
#include <pragmas/installergui_pragmas.h>
#endif