We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd009a1 commit 68063caCopy full SHA for 68063ca
Source/GUI/GUIInput.cpp
@@ -1,4 +1,3 @@
1
-#include "GUIInput.h"
2
#include "GUI.h"
3
4
using namespace RTE;
Source/GUI/Wrappers/GUIInputWrapper.cpp
@@ -1,7 +1,6 @@
#include "GUIInputWrapper.h"
-#include "SDL3/SDL_keyboard.h"
+#include "SDL3/SDL.h"
5
#include "WindowMan.h"
6
#include "FrameMan.h"
7
#include "UInputMan.h"
Source/GUI/Wrappers/GUIInputWrapper.h
@@ -1,7 +1,7 @@
#pragma once
#include "GUIInput.h"
-#include <SDL3/SDL_scancode.h>
+#include "SDL3/SDL_scancode.h"
#include <array>
#include <memory>
0 commit comments