diff --git a/src/SecretLayer6.cpp b/src/SecretLayer6.cpp index 4829036..2a0fadc 100644 --- a/src/SecretLayer6.cpp +++ b/src/SecretLayer6.cpp @@ -1,9 +1,10 @@ -#include "Geode/cocos/label_nodes/CCLabelBMFont.h" #include -#include #include #include +//this layer doesn't exist on Windows +#ifndef GEODE_IS_WINDOWS + using namespace geode::prelude; using namespace geode::node_ids; @@ -37,3 +38,5 @@ struct SecretLayer6IDs : Modify { return true; } }; + +#endif \ No newline at end of file