home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 174.lha / BezSurf / main.c < prev    next >
Encoding:
C/C++ Source or Header  |  1988-04-28  |  135 b   |  12 lines

  1. #include "scrnio.h"
  2. #include "mytypes.h"
  3.  
  4. main()
  5. {
  6.     InitWindow();
  7.   /*  ClrWindow(true); */
  8.     SwitchBox();
  9.     CloseDisplay();
  10. }
  11.  
  12.