home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows CE - The Ultimate Companion
/
ROMMAN_CE.iso
/
Files
/
Programming
/
Basice
/
LIB
/
GR_INIT.UTL
< prev
next >
Wrap
Text File
|
1997-03-14
|
248b
|
13 lines
procedure gr_init
gr_width# = 480
gr_height# = 188
gr_curx# = 0
gr_cury# = 0
gr_color% = 3
gr_curx% = 0
gr_cury% = 0
call gr_setwin(0,gr_width#,0,gr_height#)
call gr_setscale(0,1,0,1)
call color(gr_color%)
endproc