Changeset 582a0b8 in mainline for uspace/app/tetris
- Timestamp:
- 2017-05-08T19:20:39Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d2c8533
- Parents:
- 73db198
- Location:
- uspace/app/tetris
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tetris/screen.c
r73db198 r582a0b8 58 58 #include <stdlib.h> 59 59 #include <str.h> 60 #include <unistd.h>61 60 #include <vfs/vfs.h> 62 61 #include <async.h> -
uspace/app/tetris/shapes.c
r73db198 r582a0b8 56 56 */ 57 57 58 #include <unistd.h>59 58 #include "tetris.h" 60 59 -
uspace/app/tetris/tetris.c
r73db198 r582a0b8 61 61 #include <stdio.h> 62 62 #include <stdlib.h> 63 #include <stdint.h> 63 64 #include <str.h> 64 #include <unistd.h>65 65 #include <getopt.h> 66 66 #include "scores.h" -
uspace/app/tetris/tetris.h
r73db198 r582a0b8 49 49 /** @file 50 50 */ 51 52 #include <stdint.h> 51 53 52 54 /*
Note:
See TracChangeset
for help on using the changeset viewer.
