Add a properties editor for custom objects (#4227)

* Don't show in changelogs
This commit is contained in:
D8H
2022-09-02 14:13:41 +02:00
committed by GitHub
parent 7f023e1a58
commit b8e9bc801a
110 changed files with 2036 additions and 947 deletions
@@ -10,4 +10,4 @@ This project is released under the MIT License.
using namespace std;
TextEntryObject::TextEntryObject(gd::String name_) : Object(name_) {}
TextEntryObject::TextEntryObject() {}