diff options
| author | Ibrahn Sahir | 2018-05-16 05:54:22 +0100 |
|---|---|---|
| committer | Ibrahn Sahir | 2018-05-19 00:40:16 +0100 |
| commit | 1433c2cbbb89df1edb0b727c9781481af5705f59 (patch) | |
| tree | 275b605dc53f680129baf19e1b954feaf35b75a4 /core/engine.h | |
| parent | edc3e6b0daf4acfeb3565f0f799d304d945e5a0a (diff) | |
| download | godot-1433c2cbbb89df1edb0b727c9781481af5705f59.tar.gz godot-1433c2cbbb89df1edb0b727c9781481af5705f59.tar.zst godot-1433c2cbbb89df1edb0b727c9781481af5705f59.zip | |
Diffstat (limited to 'core/engine.h')
| -rw-r--r-- | core/engine.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/engine.h b/core/engine.h index 665992699..031ba29cd 100644 --- a/core/engine.h +++ b/core/engine.h @@ -118,6 +118,11 @@ public: #endif Dictionary get_version_info() const; + Dictionary get_author_info() const; + Array get_copyright_info() const; + Dictionary get_donor_info() const; + Dictionary get_license_info() const; + String get_license_text() const; Engine(); }; |
