Added missing includes in the general headers.
This commit is contained in:
parent
0b221921ed
commit
3d0ab05e7b
5 changed files with 19 additions and 6 deletions
include/SFML
|
@ -36,10 +36,11 @@
|
|||
#include <SFML/Window/Joystick.hpp>
|
||||
#include <SFML/Window/Keyboard.hpp>
|
||||
#include <SFML/Window/Mouse.hpp>
|
||||
#include <SFML/Window/Touch.hpp>
|
||||
#include <SFML/Window/Sensor.hpp>
|
||||
#include <SFML/Window/Touch.hpp>
|
||||
#include <SFML/Window/VideoMode.hpp>
|
||||
#include <SFML/Window/Window.hpp>
|
||||
#include <SFML/Window/WindowHandle.hpp>
|
||||
#include <SFML/Window/WindowStyle.hpp>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue