mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 13:53:49 -07:00
[GameInteractor] Update Naming Modhooks (#2543)
This commit is contained in:
parent
c1ddeec02a
commit
448b4e49d3
5 changed files with 23 additions and 13 deletions
|
@ -260,7 +260,7 @@ set(Header_Files__soh__Enhancements__item_tables
|
|||
source_group("Header Files\\soh\\Enhancements\\item-tables" FILES ${Header_Files__soh__Enhancements__item_tables})
|
||||
|
||||
set(Header_Files__soh__Enhancements__mods
|
||||
"soh/Enhancements/mods/modhooks.h"
|
||||
"soh/Enhancements/mods.h"
|
||||
)
|
||||
source_group("Header Files\\soh\\Enhancements\\mods" FILES ${Header_Files__soh__Enhancements__mods})
|
||||
|
||||
|
@ -618,7 +618,7 @@ set(Source_Files__soh__Enhancements__item_tables
|
|||
source_group("Source Files\\soh\\Enhancements\\item-tables" FILES ${Source_Files__soh__Enhancements__item_tables})
|
||||
|
||||
set(Source_Files__soh__Enhancements__mods
|
||||
"soh/Enhancements/mods/modhooks.cpp"
|
||||
"soh/Enhancements/mods.cpp"
|
||||
)
|
||||
source_group("Source Files\\soh\\Enhancements\\mods" FILES ${Source_Files__soh__Enhancements__mods})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue