Skip to content

Commit

Permalink
disable secretlayer6 ids on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Nov 26, 2024
1 parent 487fb12 commit 4700350
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/SecretLayer6.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#include "Geode/cocos/label_nodes/CCLabelBMFont.h"
#include <Geode/Geode.hpp>
#include <Geode/binding/SecretLayer6.hpp>
#include <Geode/modify/SecretLayer6.hpp>
#include <Geode/utils/NodeIDs.hpp>

//this layer doesn't exist on Windows
#ifndef GEODE_IS_WINDOWS

using namespace geode::prelude;
using namespace geode::node_ids;

Expand Down Expand Up @@ -37,3 +38,5 @@ struct SecretLayer6IDs : Modify<SecretLayer6IDs, SecretLayer6> {
return true;
}
};

#endif

0 comments on commit 4700350

Please sign in to comment.