Click Events, added Image and Text libraries (included), working prototype

This commit is contained in:
Michael Chen
2018-01-10 15:37:55 +01:00
parent 89a745882e
commit ff3c1a5333
5 changed files with 44 additions and 8 deletions

View File

@ -1,4 +1,4 @@
libs = -lmingw32 -lSDL2main -lSDL2 -lopengl32
libs = -lmingw32 -lSDL2main -lSDL2 -lopengl32 -lSDL2_image -lSDL2_ttf
includes = -I".\include"
compiler = gcc
warningLevel = -Wall