Skip to content

Instantly share code, notes, and snippets.

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