From 616951a353caf398908e6e6ce7dddf34a65513e5 Mon Sep 17 00:00:00 2001 From: jonas Date: Wed, 26 Dec 2018 21:18:09 +0100 Subject: Added cInput input handler class cRender: +setConsoleCursor(bool) to disable console cursor main: Example workign with cInput cInput: Input handler class --- AmpelJonas/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AmpelJonas/Makefile') diff --git a/AmpelJonas/Makefile b/AmpelJonas/Makefile index c529a34..ab2707a 100644 --- a/AmpelJonas/Makefile +++ b/AmpelJonas/Makefile @@ -3,7 +3,7 @@ CFLAGS = -Wall -g LDFLAGS = -lm -lcurses OUTPUT = Engine -OBJ = main.o cObject.o cObjectHandler.o cRender.o +OBJ = main.o cObject.o cObjectHandler.o cRender.o cInput.o prog: $(OBJ) $(CC) $(CFLAGS) -o $(OUTPUT) $(OBJ) $(LDFLAGS) -- cgit v1.2.3