c-script to lite-c

Posted By: Altarius

c-script to lite-c - 11/29/13 18:25

Hi,

Anyone can tell my how to convert a var like that in lite-c plz...

var vertex_array[number_of_vertices];

thx.
Posted By: 3run

Re: c-script to lite-c - 11/29/13 18:57

Hi there, it doesn't need to be changed.. This will look exactly the same:
Code:
#define number_of_vertices 999
var vertex_array[number_of_vertices];



Greets
© 2024 lite-C Forums