bluecore/engine/ScriptSystem_SceneGraph.h

12 lines
203 B
C
Raw Permalink Normal View History

2008-01-24 23:16:53 +01:00
#ifndef BLUECORE_SCRIPTING_SCENEGRAPH_H
#define BLUECORE_SCRIPTING_SCENEGRAPH_H
2008-01-20 11:16:37 +01:00
#include "ScriptSystem.h"
namespace BlueCore
{
void setupScriptSystem_SceneGraph(ScriptSystem* scriptsystem);
}
#endif