PANEL* name[20][10]; void main(){ ... int x, y; for(x = 0; x < 20; x++){ for(y = 0; y < 10; y++{ name[x][y] = pan_create(...); } }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de