bluecore/engine/ScriptSystem_Camera.h

12 lines
191 B
C
Raw Normal View History

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