mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 10:27:42 +00:00
More GuiSys stubs
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#include "CAuiMeter.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
typedef bool(CAuiMeter::*FMAF)(CGuiFunctionDef* def, CGuiControllerInfo* info);
|
||||
static std::unordered_map<u32, FMAF> WidgetFnMap;
|
||||
|
||||
void CAuiMeter::LoadWidgetFnMap()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user