summaryrefslogtreecommitdiffstats
path: root/src/game/shared/pch.hh
blob: e978e0fcf1cb284cde4538463cda172b2f3b6c19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#pragma once

#include <core/pch.hh> // inherit dependent includes from core.lib

#include <csignal>

#include <enet/enet.h>

#include <entt/entity/registry.hpp>
#include <entt/signal/dispatcher.hpp>

#include <fastnoiselite.h>

#include <miniz.h>

#include <parson.h>

#include <spdlog/sinks/basic_file_sink.h>
#include <spdlog/sinks/stdout_color_sinks.h>