File: highscore.h

package info (click to toggle)
petris 1.0.1-8
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 124 kB
  • ctags: 87
  • sloc: ansic: 734; makefile: 62; sh: 8
file content (10 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
/* highscore.h
   function prototypes for acces to highscore data */

#ifndef _HIGHSCORE_H_
#define _HIGHSCORE_H_

extern int check_highscores(unsigned int points);
extern int view_highscores();

#endif /* _HIGHSCORE_H_ */