File: Scorelist.h

package info (click to toggle)
xbill 2.1-7
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 736 kB
  • ctags: 552
  • sloc: ansic: 3,250; sh: 197; makefile: 129
file content (10 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
#ifndef SCORELIST_H
#define SCORELIST_H

void Scorelist_read(void);
void Scorelist_write(void);
void Scorelist_recalc(const char *str, int level, int score);
void Scorelist_update(void);
int Scorelist_ishighscore(int val);

#endif