File: score.h

package info (click to toggle)
ketm 0.0.6-22
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 9,668 kB
  • ctags: 875
  • sloc: ansic: 7,254; makefile: 114; sh: 111
file content (12 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _SCORE_H_
#define _SCROE_H_

#include <SDL/SDL.h>

#include "font.h"
#include "hiscore.h"
#include "player.h"

void score_display();
void score_cleanup();
#endif