mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 13:11:21 +00:00
14 lines
216 B
C++
14 lines
216 B
C++
#include "CAuiMeter.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
typedef bool(CAuiMeter::*FMAF)(CGuiFunctionDef* def, CGuiControllerInfo* info);
|
|
static std::unordered_map<u32, FMAF> WidgetFnMap;
|
|
|
|
void CAuiMeter::LoadWidgetFnMap()
|
|
{
|
|
}
|
|
|
|
}
|