More overall small changes. Fixed Surface problem.
commit5a28e715055d696db80ad87d338cc4600c3bff3e
authorTidusBlade <tidusblade@watermelonaddiction.melonarcade.com>
Tue, 24 Aug 2010 01:45:50 +0000 (24 05:45 +0400)
committerTidusBlade <tidusblade@watermelonaddiction.melonarcade.com>
Tue, 24 Aug 2010 01:45:50 +0000 (24 05:45 +0400)
tree102d1a3cccad3e51acac600f16b8d2c80ae1d8eb
parent612ce73e2f0e10166fffd516787a01b04af472b4
More overall small changes. Fixed Surface problem.

Fixed the problem where I had to force the Surface to become public from
the titlescreen test. Maybe I didn't know how to use the features but it
seems that a class can access a private member of it's own instance,
didn't know that so I kept trying tricks and going around it with
pointers and friend xD

Also a small style change from using bracketed #include's for libraries
to using angle brackets.
src/.todo
src/SDLWrap_Display.hpp
src/SDLWrap_EventHandler.hpp
src/SDLWrap_Font.cpp
src/SDLWrap_Font.hpp
src/SDLWrap_FontSurface.cpp
src/SDLWrap_FontSurface.hpp
src/SDLWrap_SDLEngine.hpp
src/SDLWrap_Surface.cpp
src/SDLWrap_Surface.hpp