mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCE-Revelations.git
synced 2026-07-07 19:18:19 +00:00
add support for linux clang cross compiles
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "stdafx.h"
|
||||
|
||||
#ifdef _WINDOWS64
|
||||
#include "Windows64\KeyboardMouseInput.h"
|
||||
#include "Windows64/KeyboardMouseInput.h"
|
||||
|
||||
static const int s_keyToVK[] = {
|
||||
'A', // KEY_A = 0
|
||||
|
||||
Reference in New Issue
Block a user