/** 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_) {}