home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / tegltc.zip / SAMPROGS / SAMC0401.C < prev    next >
Text File  |  1990-05-13  |  170b  |  14 lines

  1. /* samc0401.c */
  2.  
  3. #include "teglsys.h"
  4.  
  5. void main()
  6.   {
  7.     easytegl();
  8.  
  9.     pushimage(1,1,100,100);
  10.     shadowbox(1,1,100,100);
  11.  
  12.     teglsupervisor();
  13.   }
  14.