adding the missing Perform() function
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1651 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
3bee4b9931
commit
65b9e84537
@ -107,6 +107,14 @@ BSimpleGameSound::Clone() const
|
|||||||
return clone;
|
return clone;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* virtual */ status_t
|
||||||
|
BSimpleGameSound::Perform(int32 selector, void * data)
|
||||||
|
{
|
||||||
|
return B_ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
status_t
|
status_t
|
||||||
BSimpleGameSound::SetIsLooping(bool looping)
|
BSimpleGameSound::SetIsLooping(bool looping)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user