diff options
Diffstat (limited to 'scene/3d/spatial_sample_player.h')
-rw-r--r-- | scene/3d/spatial_sample_player.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/3d/spatial_sample_player.h b/scene/3d/spatial_sample_player.h index 037cdc906a..257f6d0dc3 100644 --- a/scene/3d/spatial_sample_player.h +++ b/scene/3d/spatial_sample_player.h @@ -78,6 +78,7 @@ public: void stop_voice(VoiceID p_voice); void stop_all(); + String get_configuration_warning() const; SpatialSamplePlayer(); ~SpatialSamplePlayer(); |