Hi,
I have create two arrays with the same amount.
1) board := mem_AllocV(width*height); //allocate the memmory
2) old_board := mem_AllocV(width*height); //allocate the memmory
Is it posible to copy simple board to old_bord?
Is it posible to clear for example board on a simple way?
Cheers,
Jan
I have create two arrays with the same amount.
1) board := mem_AllocV(width*height); //allocate the memmory
2) old_board := mem_AllocV(width*height); //allocate the memmory
Is it posible to copy simple board to old_bord?
Is it posible to clear for example board on a simple way?
Cheers,
Jan
Comment