Started moving SFML specific stuff into the sfml/ directory.

This commit is contained in:
Zed A. Shaw 2025-05-05 12:42:26 -04:00
parent df024adccd
commit 58880c2a6a
18 changed files with 27 additions and 42 deletions

View file

@ -1,7 +1,7 @@
#include <catch2/catch_test_macros.hpp>
#include <fmt/core.h>
#include <string>
#include "shaders.hpp"
#include "sfml/shaders.hpp"
using namespace fmt;