SFML/include/SFML
Chris Thrasher e0c4d14541 Use [[maybe_unused]] for parameters that are sometimes not used
Depending on preprocessor settings, certain parameters may or may
not be used. Instead of casing to (void) when not used, it's easier
to use C++17's [[maybe_unused]] attribute to express this.
2022-06-01 08:19:40 +02:00
..
Audio Merge pull request #2099 from SFML/2.6.x 2022-05-10 23:39:34 +02:00
Graphics Use sf::Vector2<T> for numeric parameter pairs 2022-05-17 08:33:11 +02:00
Network Use std::filesystem::path 2022-02-17 00:40:29 +00:00
System Use [[maybe_unused]] for parameters that are sometimes not used 2022-06-01 08:19:40 +02:00
Window Use sf::Vector2<T> for numeric parameter pairs 2022-05-17 08:33:11 +02:00
Audio.hpp Update year to 2022 (master branch) 2022-02-16 13:52:31 +00:00
Config.hpp Update year to 2022 (master branch) 2022-02-16 13:52:31 +00:00
GpuPreference.hpp Update year to 2022 (master branch) 2022-02-16 13:52:31 +00:00
Graphics.hpp Update year to 2022 (master branch) 2022-02-16 13:52:31 +00:00
Main.hpp Update year to 2022 (master branch) 2022-02-16 13:52:31 +00:00
Network.hpp Update year to 2022 (master branch) 2022-02-16 13:52:31 +00:00
OpenGL.hpp Update year to 2022 (master branch) 2022-02-16 13:52:31 +00:00
System.hpp Update year to 2022 (master branch) 2022-02-16 13:52:31 +00:00
Window.hpp Update year to 2022 (master branch) 2022-02-16 13:52:31 +00:00