First test rendering / skelton Game Loop / utility Textureloader

This commit is contained in:
Gulum
2017-10-24 09:26:44 +02:00
parent 552e4dd0cb
commit eb5c1e4ec3
17 changed files with 425 additions and 16 deletions

View File

@@ -3,7 +3,7 @@ CFLAGS = -Wall
EXE = DarkRP2D
LIB_PATH = lib/
INC_PATH = include/
LIBS = -lmingw32 -lSDL2main -lSDL2 -lbox2d -lentityx
LIBS = -lmingw32 -lSDL2main -lSDL2 -lbox2d -lentityx -lSDL2_image
SRCDIR = src
BUILDDIR = build