mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-08-27 03:01:28 -04:00
17 lines
294 B
C++
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()
|
|
{
|
|
};
|
|
|
|
}
|