home *** CD-ROM | disk | FTP | other *** search
/ 3D Images / 3D Images.iso / programs / amiga / icoons / source / normal.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-12  |  114 b   |  9 lines

  1. /* :ts=8 */
  2. #ifndef NORMAL_H
  3. #define NORMAL_H
  4.  
  5. void Normal_Redraw(long Mask);
  6. void Set_Mode_Normal(void);
  7.  
  8. #endif
  9.