]> git.lizzy.rs Git - dungeon_game.git/blob - plugins/cherry/cherry.h
Tweak level display color
[dungeon_game.git] / plugins / cherry / cherry.h
1 #ifndef _CHERRY_H_
2 #define _CHERRY_H_
3
4 #include "../inventory/inventory.h"
5
6 extern struct item cherry_item;
7
8 #endif