mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
update tuliphook
This commit is contained in:
parent
f5c7a236b8
commit
909e3355f9
2 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ CPMAddPackage("gh:gulrak/filesystem#3e5b930")
|
|||
if (PROJECT_IS_TOP_LEVEL AND NOT GEODE_BUILDING_DOCS)
|
||||
set(TULIP_LINK_SOURCE ON)
|
||||
endif()
|
||||
CPMAddPackage("gh:geode-sdk/TulipHook#a2c16d0")
|
||||
CPMAddPackage("gh:geode-sdk/TulipHook#9019b0b")
|
||||
|
||||
|
||||
target_sources(${PROJECT_NAME} INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/entry.cpp)
|
||||
|
|
|
@ -344,7 +344,7 @@ enum class LeaderboardState {
|
|||
};
|
||||
|
||||
// Wylie Addition (https://github.com/Wyliemaster/GD-Decompiled/blob/main/GD/code/headers/Layers/LevelSettingsLayer.h)
|
||||
enum Speed {
|
||||
enum class Speed {
|
||||
Normal = 0,
|
||||
Slow = 1,
|
||||
Fast = 2,
|
||||
|
|
Loading…
Reference in a new issue