mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-23 10:35:35 -04:00
13 lines
292 B
C++
13 lines
292 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/BehaviorContent.h"
|
|
|
|
namespace gd {
|
|
|
|
BehaviorContent::~BehaviorContent(){};
|
|
|
|
} // namespace gd
|