1
General discussions / Re: SFML 2.1 Visual Studio 2013 binaries + source + template
« on: October 09, 2013, 08:11:49 pm »
Logged in to let you know your project template is working. Thank you for sharing, you saved me some time (:
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
void Group::render(sf::RenderTarget & rt) const
{
for(std::vector<sf::Drawable*>::const_iterator i = begin(); i!= end(); ++i)
rt.draw(**i);
}