Changeset 3e6a98c5 in mainline for uspace/dist/src/c/demos
- Timestamp:
- 2012-11-30T19:26:36Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0fa34dd
- Parents:
- e80d8f8
- Location:
- uspace/dist/src/c/demos
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/dist/src/c/demos/edit/edit.c
re80d8f8 r3e6a98c5 46 46 #include <macros.h> 47 47 #include <clipboard.h> 48 #include < bool.h>48 #include <stdbool.h> 49 49 50 50 #include "sheet.h" -
uspace/dist/src/c/demos/edit/sheet.h
re80d8f8 r3e6a98c5 39 39 #include <adt/list.h> 40 40 #include <sys/types.h> 41 #include < bool.h>41 #include <stdbool.h> 42 42 43 43 /** Direction (in linear space) */ -
uspace/dist/src/c/demos/tetris/screen.c
re80d8f8 r3e6a98c5 61 61 #include <vfs/vfs.h> 62 62 #include <async.h> 63 #include < bool.h>63 #include <stdbool.h> 64 64 #include <io/console.h> 65 65 #include <io/style.h> -
uspace/dist/src/c/demos/tetris/screen.h
re80d8f8 r3e6a98c5 58 58 #include <io/console.h> 59 59 #include <async.h> 60 #include < bool.h>60 #include <stdbool.h> 61 61 62 62 typedef struct {
Note:
See TracChangeset
for help on using the changeset viewer.