hedgewars/uTypes.pas
changeset 5638 e35ba2a400d8
parent 5612 2638dec1b323
child 5655 44c2d19f79e2
child 5662 99083392cd4f
--- a/hedgewars/uTypes.pas	Sun Aug 21 15:11:00 2011 -0400
+++ b/hedgewars/uTypes.pas	Sun Aug 21 19:29:04 2011 -0400
@@ -314,6 +314,11 @@
         chunks: array [TSound] of PMixChunk;
         end;
 
+    TVoice = record
+        snd: TSound;
+        voicepack: PVoicePack;
+        end;
+
     PHHAmmo = ^THHAmmo;
     THHAmmo = array[0..cMaxSlotIndex, 0..cMaxSlotAmmoIndex] of TAmmo;