Skip to content

Commit 40d6a0a

Browse files
committed
Moved to Shared folder.
1 parent bc02f28 commit 40d6a0a

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

NativeCore/Unix/Input.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "NativeCore.hpp"
2-
#include "../Keys.hpp"
2+
#include "../Shared/Keys.hpp"
33

44
void ReleaseInput();
55

NativeCore/Windows/Input.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <vector>
55

66
#include "NativeCore.hpp"
7-
#include "../Keys.hpp"
7+
#include "../Shared/Keys.hpp"
88

99
Keys mapping[];
1010

0 commit comments

Comments
 (0)