chore: initial standalone module import
This commit is contained in:
parent
ce27ebb4be
commit
83559df790
7 changed files with 1740 additions and 1 deletions
1149
src/GoldRush.cpp
Normal file
1149
src/GoldRush.cpp
Normal file
File diff suppressed because it is too large
Load diff
6
src/loader.cpp
Normal file
6
src/loader.cpp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
void AddSC_mod_gold_rush();
|
||||
|
||||
void Addmod_gold_rushScripts()
|
||||
{
|
||||
AddSC_mod_gold_rush();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue