From 661f470cc8197f643a2ab36c35fb0630f31023aa Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 23 Jul 2023 23:45:47 +0200 Subject: optimise chunk loading and redrawing --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 6edef8d..72c0800 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ FLAGS=-lm -lraylib -ggdb .DEFAULT_GOAL := editor -EDITOR_SOURCE=src/tiledmap.c src/editor.c src/kdtree.c src/tiled.c +EDITOR_SOURCE=src/tiledio.c src/tiledmap.c src/editor.c src/kdtree.c src/tiled.c src/tiledio.h src/tiledmap.h src/kdtree.h src/tiled.h editor: ${EDITOR_SOURCE} ${CC} ${EDITOR_SOURCE} -o editor ${FLAGS} -- cgit v1.2.1