]> git.lizzy.rs Git - dungeon_game.git/blob - plugins/score/score.h
Fancy up score display
[dungeon_game.git] / plugins / score / score.h
1 #ifndef _SCORE_H_
2 #define _SCORE_H_
3
4 void add_score(int s);
5 int get_score();
6 int get_level();
7
8 #endif