]> git.lizzy.rs Git - dungeon_game.git/blob - plugins/score/score.h
8ee531aab6afd935c369a78952c0cbfb4260e797
[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
7 #endif