Adding a mage that give you the fireball upgrade

This commit is contained in:
Anonymus Raccoon
2020-05-02 15:39:20 +02:00
parent 0b58b30d11
commit 88ed4a8b50
7 changed files with 52 additions and 2 deletions
+2
View File
@@ -84,5 +84,7 @@ gc_vector2 pos, enum gc_mousekeys key);
bool smith_chest(gc_engine *engine, gc_entity *entity, \
gc_vector2 pos, enum gc_mousekeys key);
void mage_give(gc_engine *engine);
void load_data(gc_scene *scene, const gc_data *datas);
extern const struct gc_data game_data[];