index
:
dungeon_game.git
master
A small but flexible dungeon crawler written in C. Renders directly into the terminal using unicode and escape sequences.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
score
/
score.h
blob: 8ee531aab6afd935c369a78952c0cbfb4260e797 (
plain
)
1
2
3
4
5
6
7
#ifndef _SCORE_H_ #define _SCORE_H_ void add_score(int s); int get_score(); #endif