summaryrefslogtreecommitdiffstats
path: root/scene/resources/sprite_frames.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/sprite_frames.h')
-rw-r--r--scene/resources/sprite_frames.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/resources/sprite_frames.h b/scene/resources/sprite_frames.h
index 6de2b4a37b..dc980f8321 100644
--- a/scene/resources/sprite_frames.h
+++ b/scene/resources/sprite_frames.h
@@ -103,6 +103,8 @@ public:
void clear(const StringName &p_anim);
void clear_all();
+ virtual void get_argument_options(const StringName &p_function, int p_idx, List<String> *r_options) const override;
+
SpriteFrames();
};