int Application::Run(int argumentCount, char **argumentValues) { Application* app = (Application*)Application::TheApplication; return(app->main(argumentCount, argumentValues)); }