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

  1. /* samc04020.c */
  2.  
  3. #include "teglsys.h"
  4.  
  5.  
  6. void main()
  7.   {
  8.     imagestkptr fs;
  9.  
  10.     easytegl();
  11.  
  12.     createimagebuffer(&fs,1,1,100,100);
  13.     linkfs(fs,stackptr);
  14.     getbiti(1,1,100,100,fs->imagesave);
  15.     shadowbox(1,1,100,100);
  16.  
  17.     showmouse();
  18.     teglsupervisor();
  19.   }
  20.