Changes in uspace/app/tetris/tetris.h [ebe70f1:a000878c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tetris/tetris.h
rebe70f1 ra000878c 186 186 extern int fits_in(const struct shape *, int); 187 187 extern void place(const struct shape *, int, int); 188 extern void stop(c har *);188 extern void stop(const char *); 189 189 190 190 /** @}
Note:
See TracChangeset
for help on using the changeset viewer.