]> git.localhorst.tv Git - blank.git/commit
added simple command line
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 26 Oct 2015 14:56:35 +0000 (15:56 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 26 Oct 2015 15:15:05 +0000 (16:15 +0100)
commit10a310869c61cc52046e165f36ac9639fe9d0c69
tree1d70aa77bb765c142c246cc161e5ff5b827b591d
parent69e4d6c0a86a27f9b3f1297e46c55b36059a24b9
added simple command line
12 files changed:
doc/todo
src/app/init.cpp
src/client/client.cpp
src/server/Server.hpp
src/server/net.cpp
src/shared/CLI.hpp [new file with mode: 0644]
src/shared/ChatState.hpp
src/shared/cli.cpp [new file with mode: 0644]
src/shared/commands.hpp [new file with mode: 0644]
src/shared/states.cpp
src/standalone/MasterState.cpp
src/standalone/MasterState.hpp