diff options
Diffstat (limited to 'command/audio.h')
-rw-r--r-- | command/audio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/command/audio.h b/command/audio.h index 8995732..5249a5a 100644 --- a/command/audio.h +++ b/command/audio.h @@ -53,6 +53,7 @@ public: cMarkAdAudio(MarkAdContext *maContext); ~cMarkAdAudio(); MarkAdMark *Process(int LastIFrame); + void Clear(); }; |