mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-23 10:35:35 -04:00
20 lines
404 B
C++
20 lines
404 B
C++
/**
|
|
|
|
GDevelop - Network Extension
|
|
Copyright (c) 2010-2014 Florian Rival (Florian.Rival@gmail.com)
|
|
This project is released under the MIT License.
|
|
*/
|
|
|
|
#include "RuntimeSceneNetworkDatas.h"
|
|
#include "SceneNetworkDatas.h"
|
|
#include <iostream>
|
|
|
|
RuntimeSceneNetworkDatas::RuntimeSceneNetworkDatas(const SceneNetworkDatas & automatismSharedDatas)
|
|
{
|
|
}
|
|
|
|
RuntimeSceneNetworkDatas::~RuntimeSceneNetworkDatas()
|
|
{
|
|
}
|
|
|