Stringify Randomizer Enums (#6223)

Moved randomizer enums from randomizerTypes.h to randomizerEnums.h and helpers
This commit is contained in:
xxAtrain223
2026-03-01 18:58:24 -06:00
committed by GitHub
parent 2c07edc4eb
commit 2b650a4979
17 changed files with 9721 additions and 9363 deletions

View File

@@ -78,6 +78,7 @@ set(CMAKE_PROJECT_GIT_COMMIT_TAG "${GIT_COMMIT_TAG}" CACHE STRING "Git commit ta
set_property(DIRECTORY ${CMAKE_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT soh)
add_compile_options($<$<CXX_COMPILER_ID:MSVC>:/MP>)
add_compile_options($<$<CXX_COMPILER_ID:MSVC>:/utf-8>)
add_compile_options($<$<CXX_COMPILER_ID:MSVC>:/Zc:preprocessor>)
if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
include(CMake/automate-vcpkg.cmake)