Skip to content

Commit

Permalink
dont include everything in ZoomText
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Oct 16, 2023
1 parent 3f06d30 commit 0bfd3f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/features/ZoomText/ZoomText.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "ZoomText.hpp"
#include <Geode/modify/EditorUI.hpp>

void showZoomText(EditorUI* ui) {
if (Mod::get()->template getSettingValue<bool>("show-zoom-text")) {
Expand Down
4 changes: 2 additions & 2 deletions src/features/ZoomText/ZoomText.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <Geode/Bindings.hpp>
#include <Geode/Modify.hpp>

#include <Geode/binding/EditorUI.hpp>
#include <Geode/Loader.hpp>

using namespace geode::prelude;
Expand Down

0 comments on commit 0bfd3f1

Please sign in to comment.