snd_StrmSoundHandle OK

This commit is contained in:
robojumper
2025-05-27 22:10:58 +02:00
parent 5797f4cf8a
commit 8f7362eb4d
3 changed files with 28 additions and 1 deletions
+2
View File
@@ -7,6 +7,7 @@
#include "common.h" // nullptr
#include "nw4r/snd/snd_SoundHandle.h"
#include "nw4r/ut/ut_NonCopyable.h" // ut::NonCopyable
/*******************************************************************************
@@ -28,6 +29,7 @@ namespace nw4r { namespace snd
// methods
public:
// methods
StrmSoundHandle(SoundHandle*);
bool IsAttachedSound() const { return mSound != nullptr; }
void DetachSound();