mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 18:48:04 -07:00
Add s6 and hellmode presets for rando (#1904)
* Refactor how presets are created and used, and add presets for rando * Add new enhancements to clear * Tweaks and feedback
This commit is contained in:
parent
156f713e19
commit
8461ea4abd
5 changed files with 756 additions and 451 deletions
|
@ -157,6 +157,7 @@ set(Header_Files__soh__Enhancements
|
|||
#"soh/Enhancements/cvar.h"
|
||||
"soh/Enhancements/debugconsole.h"
|
||||
"soh/Enhancements/gameconsole.h"
|
||||
"soh/Enhancements/presets.h"
|
||||
"soh/Enhancements/savestates.h"
|
||||
"soh/Enhancements/savestates_extern.inc"
|
||||
)
|
||||
|
@ -287,6 +288,7 @@ set(Source_Files__soh__Enhancements
|
|||
"soh/Enhancements/bootcommands.c"
|
||||
"soh/Enhancements/debugconsole.cpp"
|
||||
"soh/Enhancements/gameconsole.c"
|
||||
"soh/Enhancements/presets.cpp"
|
||||
"soh/Enhancements/savestates.cpp"
|
||||
)
|
||||
source_group("Source Files\\soh\\Enhancements" FILES ${Source_Files__soh__Enhancements})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue