Changeset 00acd66 in mainline for uspace/app/tetris
- Timestamp:
- 2007-06-23T13:34:01Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 72381f1
- Parents:
- 3ae470a
- Location:
- uspace/app/tetris
- Files:
-
- 11 moved
-
Makefile (moved) (moved from uspace/tetris/Makefile ) (1 diff)
-
input.c (moved) (moved from uspace/tetris/input.c ) (1 diff)
-
input.h (moved) (moved from uspace/tetris/input.h )
-
pathnames.h (moved) (moved from uspace/tetris/pathnames.h )
-
scores.c (moved) (moved from uspace/tetris/scores.c )
-
scores.h (moved) (moved from uspace/tetris/scores.h )
-
screen.c (moved) (moved from uspace/tetris/screen.c ) (1 diff)
-
screen.h (moved) (moved from uspace/tetris/screen.h )
-
shapes.c (moved) (moved from uspace/tetris/shapes.c )
-
tetris.c (moved) (moved from uspace/tetris/tetris.c )
-
tetris.h (moved) (moved from uspace/tetris/tetris.h )
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tetris/Makefile
r3ae470a r00acd66 1 LIBC_PREFIX = ../ libc2 SOFTINT_PREFIX = ../ softint1 LIBC_PREFIX = ../../lib/libc 2 SOFTINT_PREFIX = ../../lib/softint 3 3 include $(LIBC_PREFIX)/Makefile.toolchain 4 4 -
uspace/app/tetris/input.c
r3ae470a r00acd66 58 58 59 59 #include <async.h> 60 #include "../ console/console.h"60 #include "../../srv/console/console.h" 61 61 62 62 /* return true iff the given timeval is positive */ -
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.
