Had to rename sfml to sfmlbackend because on Windows the filesystem is case insensitive so include <SFML/*> was accidentally including _my_ <sfml/config.hpp> file.

This commit is contained in:
Zed A. Shaw 2025-05-08 02:27:02 -04:00
parent f3f2e90cd2
commit 06ca57e5da
19 changed files with 38 additions and 36 deletions

View file

@ -1,5 +1,5 @@
#include "sfml/backend.hpp"
#include "sfml/components.hpp"
#include "sfmlbackend/backend.hpp"
#include "sfmlbackend/components.hpp"
#include "guecs.hpp"
#include <fmt/xchar.h>
#include <deque>