diff --git a/src/main.cpp b/src/main.cpp index 84eafb1..6bcc8ed 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -39,6 +39,7 @@ class $modify(CustomPauseLayer, PauseLayer) { }; $execute { + #ifdef GEODE_IS_WINDOWS using namespace keybinds; //speeds @@ -171,4 +172,5 @@ class $modify(CustomPauseLayer, PauseLayer) { { Keybind::create(KEY_Five, Modifier::Alt) }, Category::PLAY }); + #endif } \ No newline at end of file