The titlescreen test was a success.
commita4099177052792ff9de66c83d9a72ff9b35ab505
authorTidusBlade <tidusblade@watermelonaddiction.melonarcade.com>
Mon, 23 Aug 2010 08:04:27 +0000 (23 12:04 +0400)
committerTidusBlade <tidusblade@watermelonaddiction.melonarcade.com>
Mon, 23 Aug 2010 08:04:27 +0000 (23 12:04 +0400)
tree29dd0e495b480454706b1332b2396da4ddecc140
parent3536916fa31fdadac5d333b635d3e56c33d8288e
The titlescreen test was a success.

But it turns out that I haven't realy been thinking about some stuff
heh, like whether I'll be allocating everything dynamically or not. So
time for some rewriting of code xD
21 files changed:
src/.todo
src/SDLWrap_EventHandler.cpp
src/SDLWrap_EventHandler.hpp
tests/titlescreen/ErrorHandler.cpp [new file with mode: 0644]
tests/titlescreen/ErrorHandler.hpp [new file with mode: 0644]
tests/titlescreen/SDLWrap_Color.cpp [new file with mode: 0644]
tests/titlescreen/SDLWrap_Color.hpp [new file with mode: 0644]
tests/titlescreen/SDLWrap_Display.cpp [new file with mode: 0644]
tests/titlescreen/SDLWrap_Display.hpp [new file with mode: 0644]
tests/titlescreen/SDLWrap_EventHandler.cpp [new file with mode: 0644]
tests/titlescreen/SDLWrap_EventHandler.hpp [copied from src/SDLWrap_EventHandler.hpp with 94% similarity]
tests/titlescreen/SDLWrap_Font.cpp [new file with mode: 0644]
tests/titlescreen/SDLWrap_Font.hpp [new file with mode: 0644]
tests/titlescreen/SDLWrap_FontSurface.cpp [new file with mode: 0644]
tests/titlescreen/SDLWrap_FontSurface.hpp [new file with mode: 0644]
tests/titlescreen/SDLWrap_SDLEngine.cpp [new file with mode: 0644]
tests/titlescreen/SDLWrap_SDLEngine.hpp [new file with mode: 0644]
tests/titlescreen/SDLWrap_Surface.cpp [new file with mode: 0644]
tests/titlescreen/SDLWrap_Surface.hpp [new file with mode: 0644]
tests/titlescreen/main.cpp
tests/titlescreen/titlescreen [new file with mode: 0755]