home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
progc
/
teglc.arj
/
SAMC0422.C
< prev
next >
Wrap
Text File
|
1990-06-29
|
368b
|
27 lines
/* samc04022.c */
#include "teglsys.h"
void main()
{
imagestkptr fs;
easytegl();
pushimage(1,1,100,100);
shadowbox(1,1,100,100);
fs = stackptr;
getfsimage(1,1,fs);
pushimage(51,51,150,150);
putfsimage(51,51,fs,FGNORM);
dropimagebuffer(fs);
showmouse();
while (mouse_buttons == 0);
}