]> code.bitgloo.com Git - clyne/gamedev.git/commit
Added New Header File and UI Class
authorAndy Belle-Isle <abelleisle@roadrunner.com>
Mon, 7 Sep 2015 16:49:05 +0000 (12:49 -0400)
committerAndy Belle-Isle <abelleisle@roadrunner.com>
Mon, 7 Sep 2015 16:49:05 +0000 (12:49 -0400)
commitebf6608e077c8d76d7f189c93a40e9f55ce630ff
tree732d496d76df6f3833421e12d9c6ada76116798c
parent47091d3e2d7a2460c2111725b7c344d2df9eb699
Added New Header File and UI Class

Added UI Class for controlling the UI of course :P
Added gameHeader.h for variables that are accessed by multiple
files/classes
Makefile
src/UIClass.cpp [new file with mode: 0644]
src/UIClass.h [new file with mode: 0644]
src/gameHeader.h [new file with mode: 0644]
src/main.cpp