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

@ -8,7 +8,7 @@
#include <queue>
#include <typeindex>
#include <unordered_map>
#include "sfml/components.hpp"
#include "sfmlbackend/components.hpp"
namespace guecs {
using std::shared_ptr, std::wstring, std::string;