Files
GDevelop/Core/GDCore/Project/BehaviorsSharedData.cpp
T

17 lines
294 B
C++

/*
* GDevelop Core
* Copyright 2008-2015 Florian Rival (Florian.Rival@gmail.com). All rights reserved.
* This project is released under the MIT License.
*/
#include "GDCore/Project/BehaviorsSharedData.h"
namespace gd
{
BehaviorsSharedData::~BehaviorsSharedData()
{
};
}