views:

129

answers:

1

I initially wrote my Main class to read from LoaderInfo to parse some parameters, but then I recently added a Preloader, with that being the "main class". Is there a clean way to move things over, or to retrieve LoaderInfo?

+1  A: 

Pass it through a function as a reference.

Goose Bumper