]> git.localhorst.tv Git - blank.git/commit
move common exceptions to app/error
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 21 Nov 2016 09:22:49 +0000 (10:22 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 21 Nov 2016 09:26:26 +0000 (10:26 +0100)
commitc0a5ece0f6bacea1b85157a908d710070fb0affd
tree308e2d2b808fad9db904b02dd08d996178a9b5b4
parent307482574d3acac09e38263de521a1826ceec7ce
move common exceptions to app/error
15 files changed:
src/app/error.cpp [new file with mode: 0644]
src/app/error.hpp [new file with mode: 0644]
src/app/init.cpp
src/app/init.hpp
src/app/proc.cpp
src/client/net.cpp
src/graphics/render.cpp
src/graphics/shader.cpp
src/graphics/viewport.cpp
src/io/WorldSave.cpp
src/io/filesystem.cpp
src/net/net.cpp
src/net/tcp.cpp
src/server/net.cpp
src/ui/ui.cpp