Skip to content

Instantly share code, notes, and snippets.

Created March 25, 2014 18:12
Show Gist options
  • Save anonymous/9767750 to your computer and use it in GitHub Desktop.
Save anonymous/9767750 to your computer and use it in GitHub Desktop.
function update(time)
{
systemOne->update(time);
systemTwo->update(time);
systemThree->update(time);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment