home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / tegltc.zip / SAMPROGS / SAMC0412.C < prev    next >
Text File  |  1990-06-29  |  306b  |  22 lines

  1. /* samc04012.c */
  2.  
  3. #include <graphics.h>
  4. #include "teglsys.h"
  5.  
  6.  
  7. void main()
  8.   {
  9.     easytegl();
  10.  
  11.     pushimage(1,1,100,100);
  12.     shadowbox(1,1,100,100);
  13.     pushimage(50,50,150,150);
  14.     shadowbox(50,50,150,150);
  15.  
  16.     setautorotate(TRUE);
  17.     showmouse();
  18.  
  19.     teglsupervisor();
  20.  
  21.   }
  22.