home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / Biomorph 0.77 / Biomorph src / redraw.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-06  |  115 b   |  10 lines  |  [TEXT/ALFA]

  1. #ifndef REDRAW_H
  2. #define REDRAW_H
  3.  
  4. void Redraw(void);        // redraw.c
  5.  
  6. void ZoomIn(void);
  7. void ZoomOut(void);
  8.  
  9.  
  10. #endif