]> git.lizzy.rs Git - dungeon_game.git/blobdiff - plugins/score/score.h
Fancy up score display
[dungeon_game.git] / plugins / score / score.h
index 8ee531aab6afd935c369a78952c0cbfb4260e797..4d029036ed717962a75d64f65ee06e2ad9a5aa62 100644 (file)
@@ -3,5 +3,6 @@
 
 void add_score(int s);
 int get_score();
+int get_level();
 
 #endif