Game.add - multiple declarations

Function Game.add

Add a System that operates on resources and Components in the game's World.

void add (
  System system
);

Function Game.add

Add a System, dynamically generated from a function, that operates on resources and Components in the game's World.

void add (
  System function(World) system
);