Files
GDevelop/Extensions/TextEntryObject/TextEntryObject.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

14 lines
316 B
C++

/**
GDevelop - TextEntry Object Extension
Copyright (c) 2011-2016 Florian Rival (Florian.Rival@gmail.com)
This project is released under the MIT License.
*/
#include "GDCore/Project/Object.h"
#include "TextEntryObject.h"
using namespace std;
TextEntryObject::TextEntryObject(gd::String name_) : Object(name_) {}