Rev 1590 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1590 | Rev 1653 | ||
---|---|---|---|
Line 32... | Line 32... | ||
32 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
32 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
33 | * SUCH DAMAGE. |
33 | * SUCH DAMAGE. |
34 | * |
34 | * |
35 | * @(#)scores.h 8.1 (Berkeley) 5/31/93 |
35 | * @(#)scores.h 8.1 (Berkeley) 5/31/93 |
36 | */ |
36 | */ |
- | 37 | /** @addtogroup tetris |
|
- | 38 | * @{ |
|
- | 39 | */ |
|
- | 40 | /** @file |
|
- | 41 | */ |
|
- | 42 | ||
37 | 43 | ||
38 | /* |
44 | /* |
39 | * Tetris scores. |
45 | * Tetris scores. |
40 | */ |
46 | */ |
41 | #include <sys/time.h> |
47 | #include <sys/time.h> |
Line 53... | Line 59... | ||
53 | 59 | ||
54 | void savescore(int); |
60 | void savescore(int); |
55 | void showscores(int); |
61 | void showscores(int); |
56 | void insertscore(int score, int level); |
62 | void insertscore(int score, int level); |
57 | void initscores(void); |
63 | void initscores(void); |
- | 64 | ||
- | 65 | /** @} |
|
- | 66 | */ |
|
- | 67 |