home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
progc
/
teglc.arj
/
SAMC0206.C
< prev
next >
Wrap
Text File
|
1990-05-14
|
243b
|
17 lines
/* samc0206.c */
#include "teglsys.h"
void main()
{
imagestkptr fs;
unsigned x=100,y=100,w=200,h=50;
easytegl();
quickframe(&fs,&x,&y,&w,&h);
frametext(fs,2,2,"Hello World!");
teglsupervisor();
}