Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
Input.pch.hpp
Go to the documentation of this file.
1// Precompiled header for the Input plugin
2
3// stdlib
4#include <functional>
5#include <vector>
6
7// External libraries
8#include <GLFW/glfw3.h>
9#include <glm/vec2.hpp>
10
11// ESQ headers
12#include "Engine.hpp"
13
15#include "resource/Window.hpp"
16#include "scheduler/Startup.hpp"