Adding a boss

This commit is contained in:
Anonymus Raccoon
2020-05-02 17:26:36 +02:00
parent c0d11413e5
commit 18297a2e4c
17 changed files with 117 additions and 9 deletions
+1
View File
@@ -29,6 +29,7 @@ struct dialog_holder {
bool single_usage;
bool has_seen;
struct tile *tile;
void (*close_callback)(gc_engine *engine);
};
const struct dialog_holder dialog_holder;