home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 680 b | 25 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWGrInit.h
- // Release Version: $ ODF 2 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWGRINIT_H
- #define FWGRINIT_H
-
- #ifndef FWSTDDEF_H
- #include "FWStdDef.h"
- #endif
-
- //========================================================================================
- // Global Functions
- //========================================================================================
-
- void FW_PrivInitGraphics();
- void FW_PrivShutdownGraphics();
-
- #endif
-