• 
      

    Reference all resource instances in a Resources object instance.

    Review Request #4523 — Created Sept. 2, 2013 and discarded — Latest diff uploaded

    Information

    Review Board
    master

    Reviewers

    Reference all resource instances in a Resources object instance.

    This collects all the resource instances into a container object
    called Resources. This is something that can be empty at first and
    easily importable, and later filled in, helping with the upcoming
    resources file split work. Resource code that executes after
    initialization and needs to reference other resources can import this
    object and reference the instances within.

    Basically, this breaks the circular dependency problem.

    Unit tests pass.