2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 07:07:42 +00:00

Return fixes for MSVC

This commit is contained in:
Jack Andersen
2016-12-30 08:38:01 -10:00
parent 2699d96989
commit 20677700e0
3 changed files with 6 additions and 3 deletions

View File

@@ -546,7 +546,7 @@ void CFrontEndUI::SGBASupportFrame::SetTableColors(CGuiTableGroup* tbgp) const
CFrontEndUI::SGBASupportFrame::EAction
CFrontEndUI::SGBASupportFrame::ProcessUserInput(const CFinalInput& input, CSaveUI* sui)
{
return EAction::Zero;
}
void CFrontEndUI::SGBASupportFrame::Draw() const
@@ -756,7 +756,7 @@ CFrontEndUI::SOptionsFrontEndFrame::SOptionsFrontEndFrame()
bool CFrontEndUI::SOptionsFrontEndFrame::ProcessUserInput(const CFinalInput& input, CSaveUI* sui)
{
return true;
}
void CFrontEndUI::SOptionsFrontEndFrame::Draw() const