home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-03-03 | 584 b | 32 lines | [TEXT/BROW] |
- //
- // File: update.h
- //
- // This file is the header for update.c.
- //
- // 2/18/95 -- Created by Mick
- //
-
- // shield
- #ifndef _update_h_
- #define _update_h_
-
- // include files
-
- // global defines
-
- // global typedefs
-
- // extern functions
-
- extern void clearUpdate( void );
- extern void addRectToUpdate( Rect *inUpdateRect );
- extern unsigned long getUpdateRectCount( void );
- extern void getUpdateRect( unsigned long inRectIndex, Rect *outUpdateRect );
- extern void increaseUpdateRects( void );
- extern void decreaseUpdateRects( void );
-
- // extern data
-
- // end of shield
- #endif // #ifndef _update_h_
-