changeset 4357 | a1fcfc341a52 |
parent 3825 | fd6c20cd90e3 |
child 4359 | 83ef50815535 |
4355:4554c4df9f1a | 4357:a1fcfc341a52 |
---|---|
18 |
18 |
19 {$INCLUDE "options.inc"} |
19 {$INCLUDE "options.inc"} |
20 |
20 |
21 unit uSound; |
21 unit uSound; |
22 interface |
22 interface |
23 uses SDLh, uConsts; |
23 uses SDLh, uConsts, uTypes; |
24 |
24 |
25 type PVoicepack = ^TVoicepack; |
25 type PVoicepack = ^TVoicepack; |
26 TVoicepack = record |
26 TVoicepack = record |
27 name: shortstring; |
27 name: shortstring; |
28 chunks: array [TSound] of PMixChunk; |
28 chunks: array [TSound] of PMixChunk; |