Changeset c0e674a in mainline for tetris/scores.h
- Timestamp:
- 2006-05-31T16:15:44Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5052046
- Parents:
- b27a97bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tetris/scores.h
rb27a97bb rc0e674a 39 39 * Tetris scores. 40 40 */ 41 #include <sys/time.h> 42 #define MAXLOGNAME 10 41 43 struct highscore { 42 44 char hs_name[MAXLOGNAME]; /* login name */ … … 50 52 #define EXPIRATION (5L * 365 * 24 * 60 * 60) 51 53 52 void 53 void 54 void savescore(int); 55 void showscores(int);
Note:
See TracChangeset
for help on using the changeset viewer.