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