Unverified Commit 77b05256 by Rémi Verschelde Committed by GitHub

Revert "Remove TextFile from public API"

parent c7faf2e1
<?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>
......@@ -36,6 +36,8 @@
class TextFile : public Resource {
GDCLASS(TextFile, Resource);
private:
String text;
String path;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment