#ifndef BLUECORE_SCRIPTING_APPLICATION_H #define BLUECORE_SCRIPTING_APPLICATION_H #include "Application.h" namespace BlueCore { void setupScriptSystem_Application(ScriptSystem* scriptsystem, Application* application); } #endif