home *** CD-ROM | disk | FTP | other *** search
- #ifndef PV_FILEBASE_H
- #define PV_FILEBASE_H TRUE
- /*
- ** $Filename: FileBase.h $
- ** $Release: 1.02 $
- ** $Revision: 37.346 $
- ** $Date: 15 Sep 91 $
- **
- ** Structure definitions for File Base (see 'TheWizardCorner')
- **
- ** © 1991 Jorrit Tyberghein, included with PowerVisor
- ** All Rights Reserved
- */
-
- #ifndef PV_PVMEMORY_H
- #include <pv/PVMemory.h>
- #endif
-
- #ifndef DOS_DOS_H
- #include <dos/dos.h>
- #endif
-
-
- struct FileBase
- {
- BPTR CliOutput;
- PVHANDLE ControlFile;
- PVHANDLE HelpFile;
- PVHANDLE ScriptFile;
- BPTR LogFile;
- struct LogicalWindow *LogLogWin;
- };
-
- #endif
-