home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2001 November
/
Gamestar_34_2001-11_cd1.bin
/
DEMA
/
colobotdemoe.exe
/
script
/
tproc1.txt
< prev
next >
Wrap
Text File
|
2001-07-23
|
181b
|
15 lines
extern void object::Solution( )
{
Square(15);
Square(25);
}
void object::Square(float length)
{
for ( int i=0 ; i<4 ; i=i+1 )
{
move(length);
turn(90);
}
}