Untitled

By Burly Leech, 11 Years ago, written in C++, viewed 713 times.
URL http://pb.stoleyour.com/view/1e642bf7 Embed
Download Paste or View RawExpand paste to full width of browser
  1. for( index = 1; index < 3; index++ ) {
  2.     it = Game::getAttackersBegin( index );
  3.     end = Game::getAttackersEnd( index );
  4.     for( ; it != end; ++it ) {
  5.         (*it)->Update();
  6.     }
  7. }

Reply to "Untitled"

Here you can reply to the paste above