Moved some state handling code into WorldState, sort of, most of it still just goes...
authorIngo Ruhnke <grumbel@gmail.com>
Mon, 11 Aug 2014 03:10:07 +0000 (05:10 +0200)
committerIngo Ruhnke <grumbel@gmail.com>
Mon, 11 Aug 2014 22:21:35 +0000 (00:21 +0200)
commita1fdbb967f60f37c81628a70fb88433916d61209
treecc801ff260a2dd0e534c1f94c8ef7b357c7d4b30
parent7824178a3691f70975f01a5dd46da9c40c6269f4
Moved some state handling code into WorldState, sort of, most of it still just goes into the global Squirrel VM
src/supertux/world.cpp
src/supertux/world.hpp
src/supertux/world_state.cpp [new file with mode: 0644]
src/supertux/world_state.hpp [new file with mode: 0644]