solving a compil warning

This commit is contained in:
Clément Le Bihan
2020-04-29 11:59:55 +02:00
parent 7c0601e756
commit 0c8a371aad
+1
View File
@@ -10,6 +10,7 @@
#include "engine.h"
#include <stdbool.h>
#include "components/renderer.h"
void display_inv_slot(gc_scene *scene, struct renderer *rend, int nb);
bool toggle_inventory(gc_engine *engine);