File: score.h

package info (click to toggle)
ketm 0.0.6-28
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,572 kB
  • sloc: ansic: 7,303; sh: 3,540; makefile: 135
file content (12 lines) | stat: -rw-r--r-- 170 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _SCORE_H_
#define _SCORE_H_

#include <SDL/SDL.h>

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

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