Was trying to declare a global s32 variable pointer and assign it to SColor
as one of the color value
SColor(10,100,&mypointer,255);
The compiler says cannot convert from const int to int *. How to do this?Please somebody help.
normal variables work fine. But I wanted to do it with pointers.Want to change the value from anywhere. I am not an expert.Any way to get input from the gui?