bluecore/engine/ScriptSystem_SceneNode.h

14 lines
225 B
C
Raw Normal View History

2008-01-24 23:16:53 +01:00
#ifndef BLUECORE_SCRIPTING_SCENE_NODE_H
#define BLUECORE_SCRIPTING_SCENE_NODE_H
#include "ScriptSystem.h"
#include "squirrel.h"
namespace BlueCore
{
void setupScriptSystem_SceneNode(ScriptSystem* scriptsystem);
}
#endif