summaryrefslogtreecommitdiff
path: root/scene/resources/text_file.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-02-18 10:35:30 +0100
committerGitHub <noreply@github.com>2020-02-18 10:35:30 +0100
commit77b05256d6908902edccac434ef191cbb27c48ad (patch)
tree24c1db251ed1bf33ec8e551b16a590291beca414 /scene/resources/text_file.h
parentc7faf2e16b684f3dd0246dbdb662b1826dd24571 (diff)
Revert "Remove TextFile from public API"
Diffstat (limited to 'scene/resources/text_file.h')
-rw-r--r--scene/resources/text_file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/resources/text_file.h b/scene/resources/text_file.h
index 76c80ba509..666c088d04 100644
--- a/scene/resources/text_file.h
+++ b/scene/resources/text_file.h
@@ -36,6 +36,8 @@
class TextFile : public Resource {
+ GDCLASS(TextFile, Resource);
+
private:
String text;
String path;