mirror of
https://github.com/zoriya/ForecastingVillage.git
synced 2026-06-02 02:35:05 +00:00
Making the makefile works
This commit is contained in:
@@ -38,7 +38,8 @@ SRC = src/main.c \
|
||||
src/systems/combat_methods.c \
|
||||
src/components/combat_holder.c \
|
||||
src/enemy_dataloader.c \
|
||||
src/combat/fireball.c
|
||||
src/combat/attacks.c \
|
||||
src/player_utilities.c
|
||||
|
||||
OBJ = $(SRC:%.c=%.o)
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include <utility.h>
|
||||
#include "components/health_component.h"
|
||||
#include "engine.h"
|
||||
#include "renderer.h"
|
||||
#include "components/renderer.h"
|
||||
|
||||
void uppercut(gc_engine *engine, gc_entity *from, gc_entity *enemy)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user