hedgewars/uConsole.pas
changeset 176 533d03041dcd
parent 175 d226d976d836
child 183 57c2ef19f719
equal deleted inserted replaced
175:d226d976d836 176:533d03041dcd
   314 RegisterVariable('fullscr' , vtCommand, @chFullScr      , true );
   314 RegisterVariable('fullscr' , vtCommand, @chFullScr      , true );
   315 RegisterVariable('+volup'  , vtCommand, @chVol_p        , true );
   315 RegisterVariable('+volup'  , vtCommand, @chVol_p        , true );
   316 RegisterVariable('-volup'  , vtCommand, @chVol_m        , true );
   316 RegisterVariable('-volup'  , vtCommand, @chVol_m        , true );
   317 RegisterVariable('+voldown', vtCommand, @chVol_m        , true );
   317 RegisterVariable('+voldown', vtCommand, @chVol_m        , true );
   318 RegisterVariable('-voldown', vtCommand, @chVol_p        , true );
   318 RegisterVariable('-voldown', vtCommand, @chVol_p        , true );
       
   319 RegisterVariable('findhh'  , vtCommand, @chFindhh       , true );
   319 
   320 
   320 finalization
   321 finalization
   321 FreeVariablesList
   322 FreeVariablesList
   322 
   323 
   323 end.
   324 end.