aboutsummaryrefslogtreecommitdiff
path: root/plugins/score/score.h
blob: 4d029036ed717962a75d64f65ee06e2ad9a5aa62 (plain)
1
2
3
4
5
6
7
8
#ifndef _SCORE_H_
#define _SCORE_H_

void add_score(int s);
int get_score();
int get_level();

#endif