hedgewars/uTypes.pas
branchflibqtfrontend
changeset 8363 0b4ac686fc44
parent 8359 9a7024b2a4d3
child 8444 75db7bb8dce8
child 8548 b98631bf2066
equal deleted inserted replaced
8306:50fe80adbfcb 8363:0b4ac686fc44
   167 
   167 
   168     // Various "emote" animations a hedgehog can do
   168     // Various "emote" animations a hedgehog can do
   169     TWave = (waveRollup, waveSad, waveWave, waveHurrah, waveLemonade, waveShrug, waveJuggle);
   169     TWave = (waveRollup, waveSad, waveWave, waveHurrah, waveLemonade, waveShrug, waveJuggle);
   170 
   170 
   171     TRenderMode = (rmDefault, rmLeftEye, rmRightEye);
   171     TRenderMode = (rmDefault, rmLeftEye, rmRightEye);
   172     TStereoMode = (smNone, smRedCyan, smCyanRed, smRedBlue, smBlueRed, smRedGreen, smGreenRed, smHorizontal, smVertical, smAFR);
   172     TStereoMode = (smNone, smRedCyan, smCyanRed, smRedBlue, smBlueRed, smRedGreen, smGreenRed, smHorizontal, smVertical);
   173 
   173 
   174     THHFont = record
   174     THHFont = record
   175             Handle: PTTF_Font;
   175             Handle: PTTF_Font;
   176             Height: LongInt;
   176             Height: LongInt;
   177             style: LongInt;
   177             style: LongInt;