C++ code SDL example to draw filled rectange, please!
Thanks in advance…
Jesse
SLNTHERO at AOL.com
SlntHero at aol.com wrote:
C++ code SDL example to draw filled rectange, please!
You asked for how to do this 27 minutes before this second email. So
here’s your C++ code:
SDL_FillRect(mysurface, &myrect, mycolor);
You’re really close to gathering “rtfm” responses. We like to help, but
meet us halfway sometimes.
–ryan.