Star
fFlurryInfo->star = (Star*)malloc(sizeof(Star));
struct Star;
Star *star;
InitStar(Star* s)
UpdateStar(flurry_info_t* info, Star* s)
void InitStar(Star *s);
void UpdateStar(flurry_info_t *flurry, Star *s);