[Feature] Rando: Enemy Randomizer V1 (#1781)

This commit is contained in:
aMannus
2022-12-06 10:33:50 +01:00
committed by GitHub
parent d9a08d0747
commit 598cac725e
120 changed files with 849 additions and 266 deletions

View File

@@ -156,6 +156,7 @@ set(Header_Files__soh__Enhancements
"soh/Enhancements/bootcommands.h"
#"soh/Enhancements/cvar.h"
"soh/Enhancements/debugconsole.h"
"soh/Enhancements/enemyrandomizer.h"
"soh/Enhancements/gameconsole.h"
"soh/Enhancements/presets.h"
"soh/Enhancements/savestates.h"
@@ -288,6 +289,7 @@ source_group("Source Files\\soh" FILES ${Source_Files__soh})
set(Source_Files__soh__Enhancements
"soh/Enhancements/bootcommands.c"
"soh/Enhancements/debugconsole.cpp"
"soh/Enhancements/enemyrandomizer.cpp"
"soh/Enhancements/gameconsole.c"
"soh/Enhancements/presets.cpp"
"soh/Enhancements/savestates.cpp"