#ifndef BLUECORE_SCRIPTING_CAMERA_H #define BLUECORE_SCRIPTING_CAMERA_H #include "ScriptSystem.h" namespace BlueCore { void setupScriptSystem_SceneGraph(ScriptSystem* scriptsystem); } #endif