mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-21 17:45:25 -04:00
aed4b76a3f
* Merge BehaviorContent into Behavior and add CustomBehavior * Don't show in changelogs
16 lines
370 B
C++
16 lines
370 B
C++
/*
|
|
* 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 <map>
|
|
#include "GDCore/Project/PropertyDescriptor.h"
|
|
|
|
namespace gd {
|
|
|
|
BehaviorsSharedData::~BehaviorsSharedData(){};
|
|
|
|
} // namespace gd
|