draw_stars
void draw_stars(int star_width, char* dstParam, char incParam);
draw_stars(gWidth, &gBuffer8[x0 + gWidth * y0], 10 + r * 5);