]> Nick Gasson's Git Repositories - traingame.git/commit
Model loading and display
authorNick Gasson <nick@nickg.me.uk>
Sat, 14 Mar 2009 15:30:17 +0000 (15:30 +0000)
committerNick Gasson <nick@nickg.me.uk>
Sat, 14 Mar 2009 15:30:17 +0000 (15:30 +0000)
commitd340b96a76871f794108e91a64ab35939ff4cca8
tree2cf3ac87723421e050538418c4f78ee93af7404b
parentaf5feacad57a3dfa14807e45839b9da4dc3a8fd0
Model loading and display
13 files changed:
include/Editor.hpp [new file with mode: 0644]
include/ILogger.hpp
include/IMap.hpp [new file with mode: 0644]
include/IModel.hpp [new file with mode: 0644]
include/IScreen.hpp [new file with mode: 0644]
include/IWindow.hpp
include/Maths.hpp [new file with mode: 0644]
src/Editor.cpp [new file with mode: 0644]
src/Logger.cpp
src/Main.cpp
src/Map.cpp [new file with mode: 0644]
src/Model.cpp [new file with mode: 0644]
src/SDLWindow.cpp