]> git.nickg.me.uk Git - traingame.git/commit
Support basic FLTK windows and refactor code
authorNick Gasson <nick@nickg.me.uk>
Sat, 27 Jun 2009 12:21:18 +0000 (13:21 +0100)
committerNick Gasson <nick@nickg.me.uk>
Sat, 27 Jun 2009 12:21:18 +0000 (13:21 +0100)
commite0f310f4da3e125ae632db1695ff5123668e4f63
tree60e94778fe98229b6e5e4f62c60f20428c067309
parent36da2fd92c65c7ece4eee31b97383fb404b9aba9
Support basic FLTK windows and refactor code
CMakeLists.txt
include/IWindow.hpp
include/OpenGLHelper.hpp [new file with mode: 0644]
src/FLTKWindow.cpp [new file with mode: 0644]
src/Main.cpp
src/OpenGLHelper.cpp [new file with mode: 0644]
src/SDLWindow.cpp