We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4809e commit f2b7eabCopy full SHA for f2b7eab
cmake/rtrp.cmake
@@ -3,7 +3,7 @@ include(FetchContent)
3
FetchContent_Declare(
4
RTRP
5
GIT_REPOSITORY https://github.com/SpaghettDev/RTRP.git
6
- GIT_TAG 53fe19f867b4b52b241f4c0522299896cb32c628
+ GIT_TAG deb04e500252058187b8afa1b1222d9fc5ed3191
7
GIT_PROGRESS TRUE
8
)
9
message("Fetching RTRP")
src/roulette/manager/RouletteManager.hpp
@@ -3,7 +3,7 @@
#include <array>
#include <matjson/stl_serialize.hpp>
-#include <Geode/Loader/Mod.hpp>
+#include <Geode/loader/Mod.hpp>
#include <Geode/Enums.hpp>
#include "../layers/RLRouletteLayer.hpp"
0 commit comments