aboutsummaryrefslogtreecommitdiff
path: root/src/main.hh
diff options
context:
space:
mode:
authorNicolas James <Eele1Ephe7uZahRie@tutanota.com>2025-02-12 21:57:46 +1100
committerNicolas James <Eele1Ephe7uZahRie@tutanota.com>2025-02-12 21:57:46 +1100
commite4483eca01b48b943cd0461e24a74ae1a3139ed4 (patch)
treeed58c3c246e3af1af337697695d780aa31f6ad9a /src/main.hh
parent1cc08c51eb4b0f95c30c0a98ad1fc5ad3459b2df (diff)
Update to most recent version (old initial commit)
Diffstat (limited to 'src/main.hh')
-rw-r--r--src/main.hh25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/main.hh b/src/main.hh
deleted file mode 100644
index 28e7b0c..0000000
--- a/src/main.hh
+++ /dev/null
@@ -1,25 +0,0 @@
-#ifndef MAIN_HH_
-#define MAIN_HH_
-
-// -DCMAKE_BUILD_TYPE=Release disables the following (=Debug for enable):
-// shared::world::chunk::get_block bounds checking
-// collision debug information
-// unknown packet printing
-
-#include <algorithm>
-#include <exception>
-#include <execinfo.h>
-#include <iostream>
-#include <iterator>
-#include <signal.h>
-#include <string_view>
-#include <thread>
-#include <vector>
-
-#include <boost/lexical_cast.hpp>
-
-#include "client/client.hh"
-#include "server/server.hh"
-#include "server/shared.hh"
-
-#endif