]> git.localhorst.tv Git - l2e.git/commit
added SDL initialization classes
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 1 Aug 2012 20:58:08 +0000 (22:58 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 1 Aug 2012 20:58:08 +0000 (22:58 +0200)
commit5ceb9e51fd6768946c4a2d72aac13fa6bc78fa88
tree99210139e14b94995bbaf7075a65daa91a6afe6c
parente411b1bbef7bc5bc383046e7bf294d2c5a17ac7e
added SDL initialization classes
15 files changed:
Debug/makefile
Debug/objects.mk
Debug/sources.mk
Debug/src/sdl/subdir.mk [new file with mode: 0644]
Debug/src/subdir.mk
Release/makefile
Release/objects.mk
Release/sources.mk
Release/src/sdl/subdir.mk [new file with mode: 0644]
Release/src/subdir.mk
src/main.cpp
src/sdl/InitSDL.cpp [new file with mode: 0644]
src/sdl/InitSDL.h [new file with mode: 0644]
src/sdl/InitScreen.cpp [new file with mode: 0644]
src/sdl/InitScreen.h [new file with mode: 0644]