changeset 2599 | c7153d2348f3 |
parent 2515 | 51d3f4b6293a |
child 2602 | 3deb9ff104da |
2598:e118329666ff | 2599:c7153d2348f3 |
---|---|
17 *) |
17 *) |
18 |
18 |
19 unit uSound; |
19 unit uSound; |
20 interface |
20 interface |
21 uses SDLh, uConsts; |
21 uses SDLh, uConsts; |
22 {$INCLUDE options.inc} |
22 {$INCLUDE "options.inc"} |
23 |
23 |
24 type PVoicepack = ^TVoicepack; |
24 type PVoicepack = ^TVoicepack; |
25 TVoicepack = record |
25 TVoicepack = record |
26 name: shortstring; |
26 name: shortstring; |
27 chunks: array [TSound] of PMixChunk; |
27 chunks: array [TSound] of PMixChunk; |