summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorElisey Puzko <puzko.e02@gmail.com>2018-02-25 12:49:36 +0100
committerElisey Puzko <puzko.e02@gmail.com>2018-02-25 12:50:23 +0100
commit78221efae3c038e2c21cb553891d9de8c37cf809 (patch)
treef5d7dea2c6dc5a3d2feb8f4c0413f83beef61793 /src/main.cpp
parentSome nice hack to avoid conflict of std::min and min macro (diff)
downloadAltCraft-78221efae3c038e2c21cb553891d9de8c37cf809.tar
AltCraft-78221efae3c038e2c21cb553891d9de8c37cf809.tar.gz
AltCraft-78221efae3c038e2c21cb553891d9de8c37cf809.tar.bz2
AltCraft-78221efae3c038e2c21cb553891d9de8c37cf809.tar.lz
AltCraft-78221efae3c038e2c21cb553891d9de8c37cf809.tar.xz
AltCraft-78221efae3c038e2c21cb553891d9de8c37cf809.tar.zst
AltCraft-78221efae3c038e2c21cb553891d9de8c37cf809.zip
Diffstat (limited to '')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index eac2417..cb2daa8 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -47,7 +47,7 @@ int main(int argc, char** argv) {
LOG(ERROR) << e.what();
return -1;
}
-
+
GlobalState::Exec();
return 0;