Implement QSound support
This commit is contained in:
parent
721445cf07
commit
b3908216f8
17 changed files with 1746 additions and 15 deletions
|
|
@ -37,6 +37,10 @@ int DivDispatch::getRegisterPoolSize() {
|
|||
return 0;
|
||||
}
|
||||
|
||||
int DivDispatch::getRegisterPoolDepth() {
|
||||
return 8;
|
||||
}
|
||||
|
||||
void* DivDispatch::getState() {
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue