mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 10:24:56 +00:00
Update submodules, fix compiling against kabufuda
This commit is contained in:
3
.idea/markdown-navigator/profiles_settings.xml
generated
Normal file
3
.idea/markdown-navigator/profiles_settings.xml
generated
Normal file
@@ -0,0 +1,3 @@
|
||||
<component name="MarkdownNavigator.ProfileManager">
|
||||
<settings default="" pdf-export="" plain-text-search-scope="Project Files" />
|
||||
</component>
|
||||
@@ -11,7 +11,7 @@ namespace urde {
|
||||
using ECardResult = kabufuda::ECardResult;
|
||||
|
||||
static kabufuda::SystemString g_CardImagePaths[2] = {};
|
||||
static kabufuda::Card g_CardStates[2] = {{"GM8E", "01"}, {"GM8E", "01"}};
|
||||
static kabufuda::Card g_CardStates[2] = {kabufuda::Card{"GM8E", "01"}, kabufuda::Card{"GM8E", "01"}};
|
||||
// static kabufuda::ECardResult g_OpResults[2] = {};
|
||||
|
||||
CSaveWorldIntermediate::CSaveWorldIntermediate(CAssetId mlvl, CAssetId savw) : x0_mlvlId(mlvl), x8_savwId(savw) {
|
||||
|
||||
2
jbus
2
jbus
Submodule jbus updated: a79aeacfb9...d72163ad27
2
kabufuda
2
kabufuda
Submodule kabufuda updated: 91a0a41cee...35e5c7c90f
2
specter
2
specter
Submodule specter updated: 3fed6f7283...9e0160b379
Reference in New Issue
Block a user