Revert "Remove TextFile from public API"

This commit is contained in:
Rémi Verschelde 2020-02-18 10:35:30 +01:00 committed by GitHub
parent c7faf2e16b
commit 77b05256d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 0 deletions

13
doc/classes/TextFile.xml Normal file
View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="TextFile" inherits="Resource" version="4.0">
<brief_description>
</brief_description>
<description>
</description>
<tutorials>
</tutorials>
<methods>
</methods>
<constants>
</constants>
</class>

View File

@ -36,6 +36,8 @@
class TextFile : public Resource {
GDCLASS(TextFile, Resource);
private:
String text;
String path;