]> git.sesse.net Git - movit/commit
Make Input an abstract base class, and move the current functionality into FlatInput...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 6 Oct 2012 13:35:53 +0000 (15:35 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 6 Oct 2012 13:35:53 +0000 (15:35 +0200)
commit0dc1dfe6444a700ebd2c9f006cba000b90c3a7b0
treec453936793a381b1a9a59aeeddc98f00baf228b8
parentbbf6d754a01960a637e821853cf50a282f2a9163
Make Input an abstract base class, and move the current functionality into FlatInput. Also change a bit how we deal with adding them.
Makefile
effect_chain.cpp
effect_chain.h
flat_input.cpp [moved from input.cpp with 91% similarity]
flat_input.frag [moved from input.frag with 100% similarity]
flat_input.h [new file with mode: 0644]
input.h
main.cpp