Changes in uspace/dist/src/c/demos/tetris/tetris.h [b7fd2a0:582a0b8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/dist/src/c/demos/tetris/tetris.h
rb7fd2a0 r582a0b8 194 194 extern int classic; 195 195 196 extern errno_t fits_in(const struct shape *, int);196 extern int fits_in(const struct shape *, int); 197 197 extern void place(const struct shape *, int, int); 198 198 extern void stop(const char *);
Note:
See TracChangeset
for help on using the changeset viewer.