mirror of
https://gitlab.com/square-game-liberation-front/F.E.I.S.git
synced 2024-11-14 19:17:43 +01:00
Add missing optional header
This commit is contained in:
parent
b6741d46ea
commit
b079dd5164
@ -1,14 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include <SFML/System/Vector2.hpp>
|
||||
#include <filesystem>
|
||||
#include <functional>
|
||||
#include <optional>
|
||||
|
||||
#include <fmt/core.h>
|
||||
#include <imgui.h>
|
||||
#include <SFML/Graphics/Texture.hpp>
|
||||
#include <SFML/Graphics/Shape.hpp>
|
||||
#include <SFML/System/Time.hpp>
|
||||
#include <SFML/System/Vector2.hpp>
|
||||
|
||||
#include "imgui_extras.hpp"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user