aboutsummaryrefslogtreecommitdiff
path: root/scene/2d/sample_player_2d.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/2d/sample_player_2d.h')
-rw-r--r--scene/2d/sample_player_2d.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/2d/sample_player_2d.h b/scene/2d/sample_player_2d.h
index eddf84f77..5ab7f024d 100644
--- a/scene/2d/sample_player_2d.h
+++ b/scene/2d/sample_player_2d.h
@@ -83,6 +83,8 @@ public:
void set_random_pitch_scale(float p_scale);
float get_random_pitch_scale() const;
+ String get_configuration_warning() const;
+
SamplePlayer2D();
~SamplePlayer2D();