mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
Initial InGameGuiManager imps
This commit is contained in:
21
Runtime/MP1/CSaveGameScreenTouchBar.cpp
Normal file
21
Runtime/MP1/CSaveGameScreenTouchBar.cpp
Normal file
@@ -0,0 +1,21 @@
|
||||
#include "CSaveGameScreenTouchBar.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
namespace MP1
|
||||
{
|
||||
|
||||
int CSaveGameScreenTouchBar::PopOption() { return -1; }
|
||||
void CSaveGameScreenTouchBar::SetUIOpts(const std::u16string& opt0,
|
||||
const std::u16string& opt1,
|
||||
const std::u16string& opt2) {}
|
||||
|
||||
#ifndef __APPLE__
|
||||
std::unique_ptr<CSaveGameScreenTouchBar> NewSaveUITouchBar()
|
||||
{
|
||||
return std::make_unique<CSaveGameScreenTouchBar>();
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user