Skip to content

Commit 5168c5e

Browse files
committed
Update PulsingTitle.cpp
1 parent 4f94bb9 commit 5168c5e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Hacks/PulsingTitle.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/MenuLayer.hpp>
35
#include <Geode/modify/CCNode.hpp>
@@ -114,4 +116,6 @@ class $modify (MenuLayer)
114116

115117
return true;
116118
}
117-
};
119+
};
120+
121+
#endif

0 commit comments

Comments
 (0)