Restructure test source folders

This commit is contained in:
Jonny Paton 2018-08-20 08:51:42 +01:00 committed by Lukas Dürrenberger
parent d3a072fb63
commit bc7258006c
12 changed files with 20 additions and 29 deletions

View file

@ -6,7 +6,7 @@
#ifndef SFML_TESTUTILITIES_GRAPHICS_HPP
#define SFML_TESTUTILITIES_GRAPHICS_HPP
#include "Window.hpp"
#include "WindowUtil.hpp"
// Forward declarations for non-template types
namespace sf

View file

@ -6,7 +6,7 @@
#ifndef SFML_TESTUTILITIES_WINDOW_HPP
#define SFML_TESTUTILITIES_WINDOW_HPP
#include "System.hpp"
#include "SystemUtil.hpp"
#include <SFML/Graphics/Rect.hpp>