Changeset 02246b8 in mainline
- Timestamp:
- 2018-08-03T16:56:31Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8ee620c
- Parents:
- e71c023
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-03 16:33:23)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-03 16:56:31)
- Location:
- uspace/app/tetris
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tetris/tetris.c
re71c023 r02246b8 77 77 long fallrate; 78 78 int score; 79 char key_msg[1 00];79 char key_msg[116]; 80 80 int showpreview; 81 81 int classic; -
uspace/app/tetris/tetris.h
re71c023 r02246b8 190 190 extern int score; /* The obvious thing */ 191 191 192 extern char key_msg[1 00];192 extern char key_msg[116]; 193 193 extern int showpreview; 194 194 extern int classic;
Note:
See TracChangeset
for help on using the changeset viewer.