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:
parent
f3f2e90cd2
commit
06ca57e5da
19 changed files with 38 additions and 36 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue