hedgewars/uConsole.pas
changeset 166 2920ab2bf329
parent 161 d8870bbf960e
child 167 805fa9a27e9e
equal deleted inserted replaced
165:9b9144948668 166:2920ab2bf329
   305 RegisterVariable('timer'   , vtCommand, @chTimer        );
   305 RegisterVariable('timer'   , vtCommand, @chTimer        );
   306 RegisterVariable('slot'    , vtCommand, @chSlot         );
   306 RegisterVariable('slot'    , vtCommand, @chSlot         );
   307 RegisterVariable('put'     , vtCommand, @chPut          );
   307 RegisterVariable('put'     , vtCommand, @chPut          );
   308 RegisterVariable('ljump'   , vtCommand, @chLJump        );
   308 RegisterVariable('ljump'   , vtCommand, @chLJump        );
   309 RegisterVariable('hjump'   , vtCommand, @chHJump        );
   309 RegisterVariable('hjump'   , vtCommand, @chHJump        );
       
   310 RegisterVariable('fullscr' , vtCommand, @chFullScr      );
   310 
   311 
   311 finalization
   312 finalization
   312 FreeVariablesList
   313 FreeVariablesList
   313 
   314 
   314 end.
   315 end.