Files
GDevelop/Extensions/DraggableBehavior/DraggableBehavior.cpp
T
Florian Rival 1a27f689e0 Remove deprecated/unused/unmaintained GDCpp code (#2930)
* This also includes extensions code.

Only show in developer changelog
2021-08-17 14:34:58 +02:00

12 lines
287 B
C++

/**
GDevelop - Draggable Behavior Extension
Copyright (c) 2014-2016 Florian Rival (Florian.Rival@gmail.com)
This project is released under the MIT License.
*/
#include "DraggableBehavior.h"
#include "GDCore/Serialization/SerializerElement.h"
DraggableBehavior::DraggableBehavior() {}