Files
bluecore/engine/ScriptSystem_Camera.h
2008-01-20 10:16:37 +00:00

12 lines
191 B
C++

#ifndef BLUECORE_SCRIPTING_CAMERA_H
#define BLUECORE_SCRIPTING_CAMERA_H
#include "ScriptSystem.h"
namespace BlueCore
{
void setupScriptSystem_Camera(ScriptSystem* scriptsystem);
}
#endif