Field of view calculated with libfov.

This commit is contained in:
2014-03-06 21:34:09 -04:30
parent 0a703b5f8b
commit 799f1a33c6
3 changed files with 90 additions and 43 deletions

View File

@@ -4,7 +4,7 @@ OBJECTS = obj/main.o obj/game_state.o obj/in_game.o obj/map.o
TARGET = bin/cyjam
CFLAGS = -Wall -I./include -std=c99
LDFLAGS = -L./lib
LDLIBS = -lm -lfov -lncursesw
LDLIBS = -lfov -lncursesw -lm
all: CFLAGS += -O3
all: $(TARGET)