Declaring a structure (Written by:Moogle)
 
//Declaration can be placed in global, local or private
struct name;
 int variable;
 string text;
 int array[10];
end
  Back to Snippets

Home : Start Here : Sources : Snippets : Tutorials : Faq's : Links : Contact