mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
Finish CInGameGuiManager
This commit is contained in:
@@ -76,6 +76,13 @@ public:
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
static std::string GetIdentifierForMidiEvent(ResId world, ResId area,
|
||||
const std::string& midiObj)
|
||||
{
|
||||
return hecl::Format("World %8.8x Area %8.8x MidiObject: %s",
|
||||
u32(world), u32(area), midiObj.c_str());
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user