From 1cc08c51eb4b0f95c30c0a98ad1fc5ad3459b2df Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Wed, 12 Feb 2025 18:05:18 +1100 Subject: initial commit --- src/main.hh | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/main.hh (limited to 'src/main.hh') diff --git a/src/main.hh b/src/main.hh new file mode 100644 index 0000000..28e7b0c --- /dev/null +++ b/src/main.hh @@ -0,0 +1,25 @@ +#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 +#include +#include +#include +#include +#include +#include +#include +#include + +#include + +#include "client/client.hh" +#include "server/server.hh" +#include "server/shared.hh" + +#endif -- cgit v1.2.3