Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
Object.pch.hpp
Go to the documentation of this file.
1// Precompiled header for the Object plugin
2
3// stdlib
4#include <cmath>
5#include <limits>
6#include <stdexcept>
7
8// External libraries
9#include "spdlog/spdlog.h"
10#include <glm/glm.hpp>
11#include <glm/gtc/constants.hpp>
12
13// ESQ headers
14#include "Logger.hpp"