typedef struct { var test[3]; }teststruct;
teststruct* bla= { test[0]=1; test[1]=2; test[2]=1; }
teststruct* bla= { test={1,2,3}; }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de