File tree Expand file tree Collapse file tree 5 files changed +4
-3
lines changed Expand file tree Collapse file tree 5 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 25
25
// //////////////////////////////////////////////////////////
26
26
// Headers
27
27
// //////////////////////////////////////////////////////////
28
- #include < CSFML/ConvertEvent.hpp>
29
28
#include < CSFML/Graphics/CircleShapeStruct.hpp>
30
29
#include < CSFML/Graphics/ConvertColor.hpp>
31
30
#include < CSFML/Graphics/ConvertRect.hpp>
43
42
#include < CSFML/Graphics/VertexBufferStruct.hpp>
44
43
#include < CSFML/System/ConvertVector2.hpp>
45
44
#include < CSFML/Window/ConvertContextSettings.hpp>
45
+ #include < CSFML/Window/ConvertEvent.hpp>
46
46
#include < CSFML/Window/ConvertVideoMode.hpp>
47
47
#include < CSFML/Window/CursorStruct.hpp>
48
48
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ set(SRC
13
13
${SRCROOT} /ContextStruct.hpp
14
14
${INCROOT} /Context.h
15
15
${SRCROOT} /ConvertContextSettings.hpp
16
+ ${SRCROOT} /ConvertEvent.hpp
16
17
${SRCROOT} /ConvertVideoMode.hpp
17
18
${INCROOT} /Event.h
18
19
${SRCROOT} /Joystick.cpp
File renamed without changes.
Original file line number Diff line number Diff line change 25
25
// //////////////////////////////////////////////////////////
26
26
// Headers
27
27
// //////////////////////////////////////////////////////////
28
- #include < CSFML/ConvertEvent.hpp>
29
28
#include < CSFML/System/ConvertVector2.hpp>
30
29
#include < CSFML/Window/ConvertContextSettings.hpp>
30
+ #include < CSFML/Window/ConvertEvent.hpp>
31
31
#include < CSFML/Window/ConvertVideoMode.hpp>
32
32
#include < CSFML/Window/CursorStruct.hpp>
33
33
#include < CSFML/Window/Window.h>
Original file line number Diff line number Diff line change 25
25
// //////////////////////////////////////////////////////////
26
26
// Headers
27
27
// //////////////////////////////////////////////////////////
28
- #include < CSFML/ConvertEvent.hpp>
29
28
#include < CSFML/System/ConvertVector2.hpp>
29
+ #include < CSFML/Window/ConvertEvent.hpp>
30
30
#include < CSFML/Window/ConvertVideoMode.hpp>
31
31
#include < CSFML/Window/CursorStruct.hpp>
32
32
#include < CSFML/Window/WindowBase.h>
You can’t perform that action at this time.
0 commit comments