Changeset 00acd66 in mainline for uspace/app/tetris/screen.c
- Timestamp:
- 2007-06-23T13:34:01Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 72381f1
- Parents:
- 3ae470a
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tetris/screen.c
r3ae470a r00acd66 57 57 #include "screen.h" 58 58 #include "tetris.h" 59 #include "../ console/console.h"59 #include "../../srv/console/console.h" 60 60 61 61 static cell curscreen[B_SIZE]; /* 1 => standout (or otherwise marked) */
Note:
See TracChangeset
for help on using the changeset viewer.