This provides a way to optionally include a module without having to wrap it in filesystem checks. try_include is a little more robust, using the lua search path instead of forcing us to explicitly consider all of the places we could want to include a module.
This will also be used to split out logo/brand graphics into their own files so that we can safely scale up the number of graphics included without worrying a bout the extra memory consumption- opting to lazily load graphics instead.