mirror of
https://github.com/zoriya/ForecastingVillage.git
synced 2026-06-02 18:50:54 +00:00
fixing makefile
This commit is contained in:
@@ -39,7 +39,8 @@ SRC = src/main.c \
|
||||
src/components/combat_holder.c \
|
||||
src/enemy_dataloader.c \
|
||||
src/combat/attacks.c \
|
||||
src/player_utilities.c
|
||||
src/player_utilities.c \
|
||||
src/systems/inventory.c
|
||||
|
||||
OBJ = $(SRC:%.c=%.o)
|
||||
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
|
||||
#include "engine.h"
|
||||
#include <stdbool.h>
|
||||
#include "renderer.h"
|
||||
|
||||
void display_inv_slot(gc_scene *scene, struct renderer *rend, int nb);
|
||||
bool toggle_inventory(gc_engine *engine);
|
||||
|
||||
Reference in New Issue
Block a user