mirror of
https://github.com/SFML/SFML.git
synced 2024-11-28 14:21:04 +08:00
Minor include cleanup ('Window', 'RenderWindow')
This commit is contained in:
parent
5f2c7bb898
commit
d55b5ec5b9
@ -41,7 +41,7 @@ using VkSurfaceKHR = struct VkSurfaceKHR_T*;
|
||||
|
||||
#else
|
||||
|
||||
using VkSurfaceKHR = uint64_t;
|
||||
using VkSurfaceKHR = std::uint64_t;
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include <SFML/Window/ContextSettings.hpp>
|
||||
#include <SFML/Window/GlResource.hpp>
|
||||
#include <SFML/Window/WindowBase.hpp>
|
||||
#include <SFML/System/Clock.hpp>
|
||||
#include <SFML/System/Time.hpp>
|
||||
#include <memory>
|
||||
|
||||
|
@ -28,20 +28,19 @@
|
||||
////////////////////////////////////////////////////////////
|
||||
// Headers
|
||||
////////////////////////////////////////////////////////////
|
||||
#include <SFML/Window/Cursor.hpp>
|
||||
#include <SFML/Window/Export.hpp>
|
||||
#include <SFML/Window/VideoMode.hpp>
|
||||
#include <SFML/Window/Vulkan.hpp>
|
||||
#include <SFML/Window/WindowHandle.hpp>
|
||||
#include <SFML/Window/WindowStyle.hpp>
|
||||
#include <SFML/System/Clock.hpp>
|
||||
#include <SFML/System/Vector2.hpp>
|
||||
#include <memory>
|
||||
|
||||
|
||||
namespace sf
|
||||
{
|
||||
class Cursor;
|
||||
class String;
|
||||
class VideoMode;
|
||||
|
||||
namespace priv
|
||||
{
|
||||
|
@ -25,6 +25,7 @@
|
||||
////////////////////////////////////////////////////////////
|
||||
// Headers
|
||||
////////////////////////////////////////////////////////////
|
||||
#include <SFML/Window/VideoMode.hpp>
|
||||
#include <SFML/Graphics/RenderWindow.hpp>
|
||||
#include <SFML/Graphics/Texture.hpp>
|
||||
#include <SFML/Graphics/GLCheck.hpp>
|
||||
|
@ -25,6 +25,11 @@
|
||||
#ifndef SFML_SENSORIMPLWIN32_HPP
|
||||
#define SFML_SENSORIMPLWIN32_HPP
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
// Headers
|
||||
////////////////////////////////////////////////////////////
|
||||
#include <SFML/Window/Sensor.hpp>
|
||||
|
||||
|
||||
namespace sf
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user