diff options
Diffstat (limited to 'scene/resources/sample.h')
-rw-r--r-- | scene/resources/sample.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/resources/sample.h b/scene/resources/sample.h index 0a88167233..18672e41c0 100644 --- a/scene/resources/sample.h +++ b/scene/resources/sample.h @@ -75,6 +75,7 @@ protected: public: + void create(Format p_format, bool p_stereo, int p_length); Format get_format() const; |