Browse Source

removed a note which just served as a cheat sheet for me

feature/2015
Christian Kroll 14 years ago
parent
commit
f4c812bcf4
  1. 7
      games/tetris/input.h

7
games/tetris/input.h

@ -43,13 +43,6 @@ enum tetris_input_command
TETRIS_INCMD_PAUSE, /**< pause the game */
TETRIS_INCMD_NONE /**< idle (must alway be the last one) */
};
/* R D L C
* RDLC 0 1 2 3
* DLCR -1 -1 -1 -1
* LCRD -2 -2 -2 -2
* CRDL -3 -3 -3 -3
*/
#ifdef NDEBUG
typedef uint8_t tetris_input_command_t;
#else

Loading…
Cancel
Save