mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-21 17:45:25 -04:00
b8e9bc801a
* Don't show in changelogs
14 lines
284 B
C++
14 lines
284 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() {}
|