home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InterCD 2000 August
/
augusty_2000.iso
/
Windows-CE
/
Applications
/
basice
/
GR_INIT.UTL
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-07-08
|
248 b
|
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