mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 17:47:42 +00:00
Reformat pass
This commit is contained in:
@@ -10,8 +10,8 @@ void CGameOptionsTouchBar::GetSelection(int& left, int& right, int& value) {
|
||||
value = -1;
|
||||
}
|
||||
|
||||
void CGameOptionsTouchBar::SetSelection([[maybe_unused]] int left, [[maybe_unused]] int right, [[maybe_unused]] int value) {
|
||||
}
|
||||
void CGameOptionsTouchBar::SetSelection([[maybe_unused]] int left, [[maybe_unused]] int right,
|
||||
[[maybe_unused]] int value) {}
|
||||
|
||||
#ifndef __APPLE__
|
||||
std::unique_ptr<CGameOptionsTouchBar> NewGameOptionsTouchBar() { return std::make_unique<CGameOptionsTouchBar>(); }
|
||||
|
||||
Reference in New Issue
Block a user