home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-02-18 | 413 b | 26 lines | [TEXT/BROW] |
- //
- // File: main.h
- //
- // This file is the header for main.c.
- //
- // 2/18/95 -- Created by Mick
- //
-
- // shield
- #ifndef _main_h_
- #define _main_h_
-
- // include files
-
- // global defines
-
- // extern functions
-
- // extern data
-
- extern WindowPtr gMainWindow; // the window that we are drawing to
- extern CTabHandle gAppColorTable; // the color table that we are drawing with
-
- // end of shield
- #endif // #ifndef _main_h_
-