Skip to content

Commit 21299dd

Browse files
committed
pch: moar pch yo
1 parent 2286b61 commit 21299dd

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

src/custom_layers/RLStatsAlertLayer.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@
88
#include <Geode/binding/GJLevelList.hpp>
99
#include <Geode/binding/LevelListLayer.hpp>
1010
#include <Geode/binding/LoadingCircle.hpp>
11+
#include <Geode/binding/LevelCell.hpp>
1112
#include <Geode/binding/GJListLayer.hpp>
1213
#include <Geode/binding/BoomListView.hpp>
14+
#include <Geode/binding/TableView.hpp>
15+
#include <Geode/binding/CCContentLayer.hpp>
1316
#include <Geode/binding/TextArea.hpp>
1417

1518
#include "RouletteManager.hpp"

src/layers/PauseLayer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <Geode/modify/PauseLayer.hpp>
44
#include <Geode/binding/GameManager.hpp>
55
#include <Geode/binding/PlayLayer.hpp>
6+
#include <Geode/binding/GJGameLevel.hpp>
67
#include <Geode/loader/Mod.hpp>
78

89
#include <fmt/format.h>

src/layers/PlayLayer.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
#include <Geode/modify/PlayLayer.hpp>
22
#include <Geode/modify/GJBaseGameLayer.hpp>
33

4+
#include <Geode/binding/GameManager.hpp>
45
#include <Geode/binding/GJGameLevel.hpp>
6+
#include <Geode/binding/FMODAudioEngine.hpp>
7+
#include <Geode/binding/CurrencyRewardLayer.hpp>
8+
#include <Geode/binding/PlayerObject.hpp>
59

610
#include "../custom_nodes/RLProgressBar.hpp"
711
#include "RouletteManager.hpp"

0 commit comments

Comments
 (0)