Skip to content

Commit aeb814f

Browse files
committed
s
1 parent 5168c5e commit aeb814f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

src/Hacks/ShowLayout.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#ifndef GEODE_IS_MACOS
2+
13
#include <Geode/Geode.hpp>
24
#include <Geode/modify/PlayLayer.hpp>
35
#include <Geode/modify/GJBaseGameLayer.hpp>
@@ -335,4 +337,6 @@ class $modify(GameObject) {
335337
GameObject::setObjectColor(cor);
336338
}
337339
}
338-
};
340+
};
341+
342+
#endif

src/Hacks/ShowTrajectory.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#ifndef GEODE_IS_MACOS
2+
13
#include <Geode/Geode.hpp>
24
#include <Geode/modify/GameObject.hpp>
35
#include <Geode/modify/PlayLayer.hpp>
@@ -319,4 +321,6 @@ class $modify (PlayLayer)
319321

320322
ignoreStuff = false;
321323
}
322-
};
324+
};
325+
326+
#endif

0 commit comments

Comments
 (0)