Skip to content

Commit

Permalink
g
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Mar 23, 2024
1 parent 4876162 commit 5fdb32f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Hacks/ShowHitboxes.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#ifndef GEODE_IS_MACOS

#include <Geode/Geode.hpp>
#include <Geode/modify/GameObject.hpp>
#include <Geode/modify/PlayLayer.hpp>
Expand Down Expand Up @@ -63,4 +65,6 @@ class $modify (PlayLayer)
m_fields->dn->setVisible(shouldVis);
}

};
};

#endif

0 comments on commit 5fdb32f

Please sign in to comment.