Files
GDevelop/Extensions/PathAutomatism/RuntimeScenePathDatas.cpp
T
2014-11-30 16:59:51 +01:00

20 lines
424 B
C++

/**
GDevelop - Path Automatism Extension
Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com)
This project is released under the MIT License.
*/
#include "RuntimeScenePathDatas.h"
#include "ScenePathDatas.h"
RuntimeScenePathDatas::RuntimeScenePathDatas(const ScenePathDatas & automatismSharedDatas)
{
globalPaths = automatismSharedDatas.globalPaths;
}
RuntimeScenePathDatas::~RuntimeScenePathDatas()
{
}