Skip to content

Commit

Permalink
ifndef macos for CustomizeObjectLayer temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleeym committed Feb 7, 2024
1 parent a1f8dd2 commit 21479e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/CustomizeObjectLayer.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#ifndef GEODE_IS_MACOS

#include <Geode/modify/CustomizeObjectLayer.hpp>
#include <Geode/utils/NodeIDs.hpp>

Expand Down Expand Up @@ -336,3 +338,5 @@ struct CustomizeObjectLayerIDs : Modify<CustomizeObjectLayerIDs, CustomizeObject
return true;
}
};

#endif

0 comments on commit 21479e4

Please sign in to comment.