]> code.bitgloo.com Git - clyne/gamedev.git/commit
Fixed Conflicts
authorAndy Belle-Isle <abelleisle@roadrunner.com>
Wed, 16 Sep 2015 22:00:38 +0000 (18:00 -0400)
committerAndy Belle-Isle <abelleisle@roadrunner.com>
Wed, 16 Sep 2015 22:00:38 +0000 (18:00 -0400)
commit0dc897fe78c41d0420105f3a1ce02b31fcf5d376
treecbb87581066104556ab76790de3eeddd0c13e1ed
parent76ae330e93cfdc09826beee41970772cbd0486ea
Fixed Conflicts

Had to remove -Wextra because it didn't allow for int argc, char** argv
and SDL requires those in the main function. Also removed
glActiveTexture() because it wasn't declared, currently everything works
fine without it, but I'll find a way to fix it soon, but for now it
works.
Makefile
include/UIClass.h
src/UIClass.cpp
src/main.cpp