12 lines
203 B
C++
12 lines
203 B
C++
#ifndef BLUECORE_SCRIPTING_SCENEGRAPH_H
|
|
#define BLUECORE_SCRIPTING_SCENEGRAPH_H
|
|
|
|
#include "ScriptSystem.h"
|
|
|
|
namespace BlueCore
|
|
{
|
|
void setupScriptSystem_SceneGraph(ScriptSystem* scriptsystem);
|
|
}
|
|
|
|
#endif
|