| 118 | } |
| 119 | |
| 120 | BOOL SFileDdaGetPos(HANDLE hFile, DWORD *current, DWORD *end) |
| 121 | { |
| 122 | *current = 0; |
| 123 | *end = 1; |
| 124 | |
| 125 | if (Mix_GetChunk(0) != SFileChunk || !Mix_Playing(0)) { |
| 126 | *current = *end; |
| 127 | } |
| 128 | |
| 129 | return true; |
| 130 | } |
| 131 | |
| 132 | BOOL SFileDdaSetVolume(HANDLE hFile, signed int bigvolume, signed int volume) |
| 133 | { |