Changeset d4b9d28 in mainline for uspace/app/tetris/scores.h


Ignore:
Timestamp:
2009-06-23T18:33:17Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7b47fa2
Parents:
52e4f52
Message:

Tetris high-score table now persists across multiple Tetris executions (and also propagate between concurrently running instances). It is much more stupid than the original BSD implementation, but it works.

File:
1 edited

Legend:

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

    r52e4f52 rd4b9d28  
    6565extern void initscores(void);
    6666extern void insertscore(int score, int level);
     67extern int loadscores(void);
     68extern void savescores(void);
    6769
    6870/** @}
Note: See TracChangeset for help on using the changeset viewer.