]> git.localhorst.tv Git - blank.git/commit
reorganized client state
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 4 Sep 2015 08:42:45 +0000 (10:42 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 4 Sep 2015 08:42:45 +0000 (10:42 +0200)
commit1afc887a2040dfdedfa66913e94ff7a9634f648f
tree4b600bba5ca76e8f20acc04914d197b2332d1b5a
parentda5073a7fdb1ca066e778a02db33d5d15073aea0
reorganized client state
16 files changed:
src/app/ClientState.cpp [deleted file]
src/app/ClientState.hpp [deleted file]
src/app/Environment.hpp
src/app/Runtime.hpp
src/app/StateControl.hpp
src/app/app.cpp
src/app/runtime.cpp
src/client/InitialState.hpp [new file with mode: 0644]
src/client/InteractiveState.hpp [new file with mode: 0644]
src/client/MasterState.hpp [new file with mode: 0644]
src/client/client.cpp [new file with mode: 0644]
src/net/Client.hpp
src/net/Connection.hpp
src/net/Packet.hpp
src/net/PacketHandler.hpp [new file with mode: 0644]
src/net/net.cpp