Fix breaking change on linux due to inclusion of Windows header.
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m33s
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m33s
This commit is contained in:
@@ -9,8 +9,11 @@
|
||||
#include <ReWindow/types/MouseButton.h>
|
||||
#include <ReWindow/types/WindowEvents.h>
|
||||
#include <queue>
|
||||
#include <Windows.h>
|
||||
|
||||
// TODO: Hide this eventually if possible.
|
||||
#ifdef WIN32
|
||||
#include <Windows.h>
|
||||
#endif
|
||||
|
||||
namespace ReWindow {
|
||||
struct KeyboardState { std::map<Key, bool> PressedKeys; };
|
||||
|
Reference in New Issue
Block a user