How do you use "struct" on linux

Do any Linux users know what you need to do to use a struct in GE?
keep getting these errors:
Error line 3: Expected ;
Error line 4: Expected ;
Code used:-
I've tried all sorts of struct delcarations but it could just as easily be an issue with the linux version of GE. Any ideas?
keep getting these errors:
Error line 3: Expected ;
Error line 4: Expected ;
Code used:-
- Code: Select all
struct person
{
int Age = 0;
};
I've tried all sorts of struct delcarations but it could just as easily be an issue with the linux version of GE. Any ideas?