home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 346.lha / BezSurf_v2.0 / sources / main.c < prev    next >
Encoding:
C/C++ Source or Header  |  1990-02-13  |  205 b   |  13 lines

  1. #include "scrnio.h"
  2. #include "mytypes.h"
  3.  
  4. main()
  5. {
  6.     sqrt(1.0);          /* transcedental math library to be loaded */
  7.     InitWindow();
  8.   /*  ClrWindow(true); */
  9.     SwitchBox();
  10.     CloseDisplay();
  11. }
  12.  
  13.