home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
progc
/
teglc.arj
/
SAMC0420.C
< prev
next >
Wrap
Text File
|
1990-05-13
|
293b
|
20 lines
/* samc04020.c */
#include "teglsys.h"
void main()
{
imagestkptr fs;
easytegl();
createimagebuffer(&fs,1,1,100,100);
linkfs(fs,stackptr);
getbiti(1,1,100,100,fs->imagesave);
shadowbox(1,1,100,100);
showmouse();
teglsupervisor();
}