Changeset ebe70f1 in mainline for uspace/app/tetris/input.h


Ignore:
Timestamp:
2009-06-09T11:10:31Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f3afd24
Parents:
080ad7f
Message:

slightly cleanup the horrible mess of tetris
introduce colors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tetris/input.h

    r080ad7f rebe70f1  
    3737
    3838/** @addtogroup tetris
    39  * @{ 
     39 * @{
    4040 */
    4141/** @file
    4242 */
    4343
    44 int     rwait(struct timeval *);
    45 int     tgetchar(void);
    46 void    tsleep(void);
     44extern int rwait(struct timeval *);
     45extern int tgetchar(void);
     46extern void tsleep(void);
    4747
    4848/** @}
    4949 */
    50 
Note: See TracChangeset for help on using the changeset viewer.