bluecore/engine/ScriptSystem_RigidBody.h

13 lines
265 B
C
Raw Permalink Normal View History

2008-01-16 12:45:17 +01:00
#ifndef BLUECORE_SCRIPTING_RIGID_BODY_H
#define BLUECORE_SCRIPTING_RIGID_BODY_H
#include "squirrel.h"
#include "RigidBodySimulation.h"
namespace BlueCore
{
void setupScriptSystem_RigidBody( ScriptSystem *scriptsystem, RigidBodySimulation *simulation);
}
#endif