home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d170 / surf.lha / Surf / src / main.c < prev    next >
C/C++ Source or Header  |  1988-11-22  |  135b  |  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.