bluecore/engine/ScriptSystem_Model.h

15 lines
265 B
C
Raw Normal View History

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